Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa82181 commit 6b3db55Copy full SHA for 6b3db55
1 file changed
Misc/NEWS
@@ -499,10 +499,13 @@ Tools/Demos
499
Build
500
-----
501
502
+- The fpectl module is not built by default; it's dangerous or useless
503
+ except in the hands of experts.
504
+
505
- The public Python C API will generally be declared using PyAPI_FUNC
- and PyAPI_DATA macros, while Python extension module init functions
- will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
- 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.
509
510
- A bug was fixed that could cause COUNT_ALLOCS builds to segfault, or
511
get into infinite loops, when a new-style class got garbage-collected.
0 commit comments