]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 15 Jun 2018 08:09:43 +0000 (11:09 +0300)
committerGitHub <noreply@github.com>
Fri, 15 Jun 2018 08:09:43 +0000 (11:09 +0300)
commitceeef10cdbc08561f9954e13bbed1cb2299a8c72
tree8b4678e015343dc2f052c672d3a4be00ef313e0f
parent08f127a3cad8ce4eb281d30d9488c91b0fd7cfed
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Doc/whatsnew/3.8.rst
Include/pyerrors.h
Misc/NEWS.d/next/C API/2018-06-10-09-42-31.bpo-33818.50nlf3.rst [new file with mode: 0644]
Objects/exceptions.c
Python/errors.c
Python/pythonrun.c