]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Mar 2016 16:16:27 +0000 (18:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Mar 2016 16:16:27 +0000 (18:16 +0200)
commit79f657c6e74004d9da5b3dc1b3fd17089e4a75be
treed684bd699596399cea61c179c51a0daf00e087a8
parentbb569362f4b11b6f90c6b0b60eeeb6dd5b055c97
Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.
Patch by Jeroen Demeyer.
Include/pyerrors.h
Misc/NEWS
Python/errors.c