mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove support for __members__ and __methods__. There still might be
some cleanup to do on this. Particularly in Python/traceback.c with getting rid of the getattr if possible and Demo/*metaclasses/Enum.py.
This commit is contained in:
parent
32ca442b13
commit
8dfc4a9bac
14 changed files with 83 additions and 195 deletions
|
@ -17,8 +17,6 @@ Limit of NNNN is fine.
|
|||
It ends when Python causes a segmentation fault because the limit is
|
||||
too high. On platforms like Mac and Windows, it should exit with a
|
||||
MemoryError.
|
||||
|
||||
NB: A program that does not use __methods__ can set a higher limit.
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue