]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 15 May 2012 12:45:03 +0000 (14:45 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 15 May 2012 12:45:03 +0000 (14:45 +0200)
commitcc10a37ef0e05906c0f1c93bea646f3521b84a76
tree1fc5f7b5853db5490f382ff90c6469b02d537a66
parent33cac8578bede2e9d6688ff46e849df7c2897a26
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Include/asdl.h
Python/Python-ast.c
Python/asdl.c