python-jsonschema / jsonschema

An implementation of the JSON Schema specification for Python
https://python-jsonschema.readthedocs.io
MIT License
4.58k stars 578 forks source link

Check for identity before equality when comparing objects with `equal` (used in a number of keywords) #1224

Closed shinnar closed 6 months ago

shinnar commented 6 months ago

This addresses #1223


📚 Documentation preview 📚: https://python-jsonschema--1224.org.readthedocs.build/en/1224/

Julian commented 6 months ago

Thanks!