STINNER Victor <vstin...@python.org> added the comment:

I explicitly excluded the PyFPE macros from the limited C API in Python 3.9:

commit 488d02a24142948bfb1fafd19fa48e61fcbbabc5
Author: Victor Stinner <vstin...@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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to