mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
abea8232ee
* speedup __instancecheck__ check on BaseModel when they fail * add change description * linting
110 B
110 B
Speedup __isinstancecheck__ on pydantic models when the type is not a model, may also avoid memory "leaks".