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 behackett
Recipients behackett, emptysquare, vstinner
Date 2015-09-23.23:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443051217.5.0.675358166812.issue25222@psf.upfronthosting.co.za>
In-reply-to
Content
I used sys.setrecursionlimit(250) - the default appears to be 1000 on all my test machines - and that reduced the occurrence of the abort but didn't completely solve the problem. There must be something more going on here.
History
Date User Action Args
2015-09-23 23:33:37behackettsetrecipients: + behackett, vstinner, emptysquare
2015-09-23 23:33:37behackettsetmessageid: <1443051217.5.0.675358166812.issue25222@psf.upfronthosting.co.za>
2015-09-23 23:33:37behackettlinkissue25222 messages
2015-09-23 23:33:37behackettcreate