Skip to content

Commit

Permalink
python 3.13: filter new dunder attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 31, 2025
1 parent ca91504 commit be62c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybind11_stubgen/parser/mixins/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ class FilterClassMembers(IParser):
"__builtins__",
"__cached__",
"__file__",
"__firstlineno__",
"__loader__",
"__name__",
"__package__",
"__path__",
"__spec__",
"__static_attributes__",
),
)
}
Expand Down

0 comments on commit be62c27

Please sign in to comment.