]> granicus.if.org Git - python/commit
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2015 13:26:28 +0000 (16:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2015 13:26:28 +0000 (16:26 +0300)
commit5fa22fc088ac44c5652107c7c17cda01eaa84a28
treef9190a64d589605debb6a08191a88a89c5e76dea
parent73c95f194975a9a6226f3f6fd87352e7337a20dd
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Doc/c-api/exceptions.rst
Include/ceval.h
Python/ceval.c