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 matrixise, rpointel, skrah
Date 2015-10-08.12:43:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444308190.42.0.238935198209.issue25342@psf.upfronthosting.co.za>
In-reply-to
Content
It's not noise, we also have problems on Windows with test_json.

In theory we should set Py_DEFAULT_RECURSION_LIMIT in Python/ceval.c
to appropriate values for the default OS stack sizes in order to get
a proper RuntimeError instead of a segfault.

For OpenBSD it's clearly too high for the default.  Could you try
to find a safe value (perhaps 500 instead of 1000) for OpenBSD's
default?
History
Date User Action Args
2015-10-08 12:43:10skrahsetrecipients: + skrah, rpointel, matrixise
2015-10-08 12:43:10skrahsetmessageid: <1444308190.42.0.238935198209.issue25342@psf.upfronthosting.co.za>
2015-10-08 12:43:10skrahlinkissue25342 messages
2015-10-08 12:43:10skrahcreate