[issue43250] [C API] Depreate or remove PyFPE_START_PROTECT() and PyFPE_END_PROTECT()

STINNER Victor report at bugs.python.org
Thu Feb 18 06:23:20 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

Latest commit related to these macros:

commit be143ec99674ba38c5811f34cdb85ef39c2dc8f8
Author: Victor Stinner <vstinner at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43250>
_______________________________________


More information about the Python-bugs-list mailing list