-
- Downloads
Remove the `__init__` methods in extension classes.
Calling the `__init__` methods repeatedly causes memory leaks. Not calling the `__init__` methods causes a core dump. Fixes #165. Ported from https://bugs.python.org/issue30243.
Loading
Please register or sign in to comment