diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-27 22:27:13 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-27 22:27:13 +0100 |
commit | f28ce60441e28ffcfca1eede81f906b30a3ab589 (patch) | |
tree | 0a16569d723eead8faf3115999412546b1f5307a /Lib/test/test_enum.py | |
parent | 3c0481d426d4c2953ade7371748486b8669c9d8b (diff) | |
download | cpython-f28ce60441e28ffcfca1eede81f906b30a3ab589.tar.gz cpython-f28ce60441e28ffcfca1eede81f906b30a3ab589.zip |
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
The limit is now 178,956,969 on 64 bit (it is greater on 32 bit because
structures are smaller).
Use int instead of Py_ssize_t to store the number of frames to have smaller
traceback_t objects.
Diffstat (limited to 'Lib/test/test_enum.py')
0 files changed, 0 insertions, 0 deletions