]> 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)
commit1670af6c33beb4851934b481ed8dfde3baf139a2
treea6c8f716eb4f6fd5e52976a87d41c5b980126810
parent18d69e0edc4c7497f92126dc105444f5ebeb39d6
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Doc/c-api/exceptions.rst
Include/ceval.h
Python/ceval.c