This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2013-11-25.23:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385423386.94.0.320211351923.issue19786@psf.upfronthosting.co.za>
In-reply-to
Content
It should be possible to collect more than 100 frames per traceback (even it is much slower and uses much more memory).

I prepared the code to make it possible. Now only one thread should call traceback_new() at the same time, and the maximum number of frames is fixed while tracemalloc is tracing.

I will work on a patch.
History
Date User Action Args
2013-11-25 23:49:46vstinnersetrecipients: + vstinner
2013-11-25 23:49:46vstinnersetmessageid: <1385423386.94.0.320211351923.issue19786@psf.upfronthosting.co.za>
2013-11-25 23:49:46vstinnerlinkissue19786 messages
2013-11-25 23:49:46vstinnercreate