Skip to content

Implement __hash__ and __eq__ methods in IdentifiedNode#3344

Open
ticapix wants to merge 1 commit intoRDFLib:7.xfrom
ticapix:patch-2
Open

Implement __hash__ and __eq__ methods in IdentifiedNode#3344
ticapix wants to merge 1 commit intoRDFLib:7.xfrom
ticapix:patch-2

Conversation

@ticapix
Copy link

@ticapix ticapix commented Dec 6, 2025

Summary of changes

Attempt to fix #1332 and #3338

Checklist

  • Checked that there aren't other open pull requests for the same change.
  • Checked that all tests and type checking passes.
  • If the change has a potential impact on users of this project:
    • Added or updated tests that fail without the change.
    • Updated relevant documentation to avoid inaccuracies.
    • Considered adding additional documentation.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

@edmondchuc edmondchuc changed the base branch from main to 7.x February 12, 2026 09:46
@edmondchuc
Copy link
Contributor

@ticapix would you be able to add some tests to demonstrate the changes address the two issues mentioned?

@edmondchuc edmondchuc linked an issue Feb 13, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Memory store stores the resource object, not the semantic. A URIRef subclass breaks SPARQL querying

2 participants

Comments