]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2015 13:27:09 +0000 (16:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2015 13:27:09 +0000 (16:27 +0300)
commit289dd19124734b973e6f43f13328dfeca979d685
tree2dce516f35371ce82894c316769b203b5efd02cd
parentccfdf0923ace5bd64b7667516f18ef8fcce3c4db
parent5fa22fc088ac44c5652107c7c17cda01eaa84a28
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Doc/c-api/exceptions.rst
Include/ceval.h
Python/ceval.c