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 serhiy.storchaka
Recipients josh.r, serhiy.storchaka, vstinner
Date 2016-12-01.14:27:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480602468.72.0.914831871416.issue28839@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with C stack overflow is not new, but your patch may make it worse (I don't know if it actually make it worse). Py_EnterRecursiveCall() is used for limiting Python stack. It can't prevent C stack overflow.
History
Date User Action Args
2016-12-01 14:27:48serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, josh.r
2016-12-01 14:27:48serhiy.storchakasetmessageid: <1480602468.72.0.914831871416.issue28839@psf.upfronthosting.co.za>
2016-12-01 14:27:48serhiy.storchakalinkissue28839 messages
2016-12-01 14:27:48serhiy.storchakacreate