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 njs, vstinner
Date 2021-02-18.11:23:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613647400.62.0.56729755006.issue43250@roundup.psfhosted.org>
In-reply-to
Content
Latest commit related to these macros:

commit be143ec99674ba38c5811f34cdb85ef39c2dc8f8
Author: Victor Stinner <vstinner@python.org>
Date:   Wed Nov 20 02:51:30 2019 +0100

    bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
    
    The PyFPE_START_PROTECT() and PyFPE_END_PROTECT() macros are empty:
    they have been doing nothing for the last year  (since commit
    735ae8d139a673b30b321dc10acfd3d14f0d633b), so stop using them.
History
Date User Action Args
2021-02-18 11:23:20vstinnersetrecipients: + vstinner, njs
2021-02-18 11:23:20vstinnersetmessageid: <1613647400.62.0.56729755006.issue43250@roundup.psfhosted.org>
2021-02-18 11:23:20vstinnerlinkissue43250 messages
2021-02-18 11:23:20vstinnercreate