Commit a5083ec3 authored by Mark Hammond's avatar Mark Hammond

Add note about DL_IMPORT deprecation.

[ 583894 ] doc DL_IMPORT/DL_EXPORT changes
parent 603e76e8
...@@ -5,6 +5,10 @@ XXX Release date: DD-MMM-2002 XXX ...@@ -5,6 +5,10 @@ XXX Release date: DD-MMM-2002 XXX
Type/class unification and new-style classes Type/class unification and new-style classes
Core and builtins Core and builtins
- 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.
- Ctrl+C handling on Windows has been made more consistent with - Ctrl+C handling on Windows has been made more consistent with
other platforms. KeyboardInterrupt can now reliably be caught, other platforms. KeyboardInterrupt can now reliably be caught,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment