Skip to content

Commit

Permalink
Add special attributes added in python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brezitskiy authored Dec 9, 2024
1 parent 04d784a commit 05c213c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pure_interface/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ def _builtin_attrs(name: str) -> bool:
"_abc_negative_cache",
"_pi",
"_pi_unwrap_decorators",
"__firstlineno__",
"__static_attributes__",
)


Expand Down

0 comments on commit 05c213c

Please sign in to comment.