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

Skip to content

Commit 1389f3e

Browse files
committed
Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place
1 parent bba23a8 commit 1389f3e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ XXX Release date: DD-MMM-2002 XXX
55
Type/class unification and new-style classes
66

77
Core 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

309305
Build
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

0 commit comments

Comments
 (0)