File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ XXX Release date: DD-MMM-2002 XXX
55Type/class unification and new-style classes
66
77Core and builtins
8- - The public Python C API will generally be declared using PyAPI_FUNC
9- and PyAPI_DATA macros, while Python extension module init functions
10- will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
11- are deprecated.
128
139- Ctrl+C handling on Windows has been made more consistent with
1410 other platforms. KeyboardInterrupt can now reliably be caught,
@@ -308,6 +304,11 @@ Tools/Demos
308304
309305Build
310306
307+ - The public Python C API will generally be declared using PyAPI_FUNC
308+ and PyAPI_DATA macros, while Python extension module init functions
309+ will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
310+ are deprecated.
311+
311312- A bug was fixed that could cause COUNT_ALLOCS builds to segfault, or
312313 get into infinite loops, when a new-style class got garbage-collected.
313314 Unfortunately, to avoid this, the way COUNT_ALLOCS works requires
You can’t perform that action at this time.
0 commit comments