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 skrah
Recipients asmeurer, remi.lapeyre, skrah, xtreak
Date 2019-03-20.15:09:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553094582.38.0.607211025334.issue36370@roundup.psfhosted.org>
In-reply-to
Content
The tests pass here on Linux with 3.8 (cc60cdd9c4) and a very low sys.setrecursionlimit(150).

The fail properly with RecursionError at sys.setrecursionlimit(125).


So I guess we'd need a gdb stack trace from OS X in case there's a CPython issue that is OS X specific.
History
Date User Action Args
2019-03-20 15:09:42skrahsetrecipients: + skrah, remi.lapeyre, asmeurer, xtreak
2019-03-20 15:09:42skrahsetmessageid: <1553094582.38.0.607211025334.issue36370@roundup.psfhosted.org>
2019-03-20 15:09:42skrahlinkissue36370 messages
2019-03-20 15:09:42skrahcreate