mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
speedup __instancecheck__ check on BaseModel when they fail (#4081)
* speedup __instancecheck__ check on BaseModel when they fail * add change description * linting
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Speedup `__isinstancecheck__` on pydantic models when the type is not a model, may also avoid memory "leaks".
|
||||
Reference in New Issue
Block a user