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 603e76e commit a5083ecCopy full SHA for a5083ec
1 file changed
Misc/NEWS
@@ -5,6 +5,10 @@ XXX Release date: DD-MMM-2002 XXX
5
Type/class unification and new-style classes
6
7
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.
12
13
- Ctrl+C handling on Windows has been made more consistent with
14
other platforms. KeyboardInterrupt can now reliably be caught,
0 commit comments