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

Skip to content

Commit a5083ec

Browse files
committed
Add note about DL_IMPORT deprecation.
[ 583894 ] doc DL_IMPORT/DL_EXPORT changes
1 parent 603e76e commit a5083ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.
812

913
- Ctrl+C handling on Windows has been made more consistent with
1014
other platforms. KeyboardInterrupt can now reliably be caught,

0 commit comments

Comments
 (0)