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:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613647645.85.0.131589597389.issue43250@roundup.psfhosted.org>
In-reply-to
Content
I explicitly excluded the PyFPE macros from the limited C API in Python 3.9:

commit 488d02a24142948bfb1fafd19fa48e61fcbbabc5
Author: Victor Stinner <vstinner@python.org>
Date:   Wed Nov 20 12:17:09 2019 +0100

    bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
    
    Exclude PyFPE_START_PROTECT() and PyFPE_END_PROTECT() macros of
    pyfpe.h from Py_LIMITED_API (stable API).
History
Date User Action Args
2021-02-18 11:27:25vstinnersetrecipients: + vstinner, njs
2021-02-18 11:27:25vstinnersetmessageid: <1613647645.85.0.131589597389.issue43250@roundup.psfhosted.org>
2021-02-18 11:27:25vstinnerlinkissue43250 messages
2021-02-18 11:27:25vstinnercreate