Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b3db55

Browse files
committed
Disable building of the fpectl module -- it's dangerous or useless
except in the hands of experts. Will backport to 2.2.2.
1 parent fa82181 commit 6b3db55

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,13 @@ Tools/Demos
499499
Build
500500
-----
501501

502+
- The fpectl module is not built by default; it's dangerous or useless
503+
except in the hands of experts.
504+
502505
- The public Python C API will generally be declared using PyAPI_FUNC
503-
and PyAPI_DATA macros, while Python extension module init functions
504-
will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
505-
are deprecated.
506+
and PyAPI_DATA macros, while Python extension module init functions
507+
will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
508+
are deprecated.
506509

507510
- A bug was fixed that could cause COUNT_ALLOCS builds to segfault, or
508511
get into infinite loops, when a new-style class got garbage-collected.

0 commit comments

Comments
 (0)