mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
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).
This commit is contained in:
parent
e7e699e4df
commit
488d02a241
3 changed files with 9 additions and 0 deletions
|
|
@ -226,6 +226,10 @@ Build and C API Changes
|
|||
and refers to a constant string.
|
||||
(Contributed by Serhiy Storchaka in :issue:`38650`.)
|
||||
|
||||
* Exclude ``PyFPE_START_PROTECT()`` and ``PyFPE_END_PROTECT()`` macros of
|
||||
``pyfpe.h`` from ``Py_LIMITED_API`` (stable API).
|
||||
(Contributed by Victor Stinner in :issue:`38835`.)
|
||||
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue