Files
pydantic/changes/4081-samuelcolvin.md
T
Samuel Colvin abea8232ee speedup __instancecheck__ check on BaseModel when they fail (#4081)
* speedup __instancecheck__ check on BaseModel when they fail

* add change description

* linting
2022-05-17 14:13:36 +01:00

110 B

Speedup __isinstancecheck__ on pydantic models when the type is not a model, may also avoid memory "leaks".