mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
This commit is contained in:
parent
08f127a3ca
commit
ceeef10cdb
6 changed files with 14 additions and 9 deletions
|
@ -115,9 +115,13 @@ Optimizations
|
|||
first introduced in Python 3.4. It offers better performance and smaller
|
||||
size compared to Protocol 3 available since Python 3.0.
|
||||
|
||||
|
||||
Build and C API Changes
|
||||
=======================
|
||||
|
||||
* The result of :c:func:`PyExceptionClass_Name` is now of type
|
||||
``const char *`` rather of ``char *``.
|
||||
(Contributed by Serhiy Storchaka in :issue:`33818`.)
|
||||
|
||||
|
||||
Deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue