optimize __getattribute__ access

This commit is contained in:
collerek
2021-03-26 10:24:56 +01:00
parent 91c7725293
commit db7ac905b2
3 changed files with 15 additions and 3 deletions

View File

@ -75,7 +75,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.10.1"
__version__ = "0.10.2"
__all__ = [
"Integer",
"BigInteger",