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 vstinner
Recipients benjamin.peterson, paul.moore, pdox, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-11-04.17:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572887817.87.0.160404070852.issue31857@roundup.psfhosted.org>
In-reply-to
Content
This issue added this FIXME:

/* Due to the macros in which it's used, _Py_CheckRecursionLimit is in
   the stable ABI.  It should be removed therefrom when possible.
*/

FYI I proposed PR 17046 to fix it ;-)
History
Date User Action Args
2019-11-04 17:16:57vstinnersetrecipients: + vstinner, paul.moore, tim.golden, benjamin.peterson, zach.ware, steve.dower, pdox
2019-11-04 17:16:57vstinnersetmessageid: <1572887817.87.0.160404070852.issue31857@roundup.psfhosted.org>
2019-11-04 17:16:57vstinnerlinkissue31857 messages
2019-11-04 17:16:57vstinnercreate