Message387219
| 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:25 | vstinner | set | recipients:
+ vstinner, njs |
| 2021年02月18日 11:27:25 | vstinner | set | messageid: <1613647645.85.0.131589597389.issue43250@roundup.psfhosted.org> |
| 2021年02月18日 11:27:25 | vstinner | link | issue43250 messages |
| 2021年02月18日 11:27:25 | vstinner | create |
|