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, martin.panter, serhiy.storchaka, vstinner
Date 2015-09-24.17:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443116002.07.0.0418360099363.issue25222@psf.upfronthosting.co.za>
In-reply-to
Content
> Clone master from github:

You'll also have to git checkout 4bbe2133a14df716b1dffe8ab7957ed67149b2cd to roll back the setrecursionlimit change I added to work around this issue. 

Using 100 seems to have permanently vanquished the abort, but there's no way the stack is overflowing with such a low setting and Py_EnterRecursiveCall shouldn't cause python to abort all by itself.
History
Date User Action Args
2015-09-24 17:33:22behackettsetrecipients: + behackett, vstinner, martin.panter, serhiy.storchaka, emptysquare
2015-09-24 17:33:22behackettsetmessageid: <1443116002.07.0.0418360099363.issue25222@psf.upfronthosting.co.za>
2015-09-24 17:33:22behackettlinkissue25222 messages
2015-09-24 17:33:21behackettcreate