diff options
author | Christian Tismer <tismer@stackless.com> | 2018-06-10 22:48:28 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-10 22:48:28 (GMT) |
commit | 8398713cea0eb17b013f25f86bef47c7e5e63139 (patch) | |
tree | bbfcab1633b490ea30724338d5d4e3a43ece3a9b /Misc | |
parent | 877b23202b7e7d4f57b58504fd0eb886e8c0b377 (diff) | |
download | cpython-8398713cea0eb17b013f25f86bef47c7e5e63139.zip cpython-8398713cea0eb17b013f25f86bef47c7e5e63139.tar.gz cpython-8398713cea0eb17b013f25f86bef47c7e5e63139.tar.bz2 |
bpo-33738: Address review comments in GH #7477 (GH-7585)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst b/Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst index 0d66c4b..0b7365d 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2018-06-07-18-34-19.bpo-33738.ODZS7a.rst @@ -1,3 +1,4 @@ Seven macro incompatibilities with the Limited API were fixed, and the macros PyIter_Check, PyIndex_Check and PyExceptionClass_Name were added as -functions. A script for automatic macro checks was added. +functions. The return type of PyExceptionClass_Name is "const char \*". +A script for automatic macro checks was added. |