]> granicus.if.org Git - python/commit
Use PyErr_NoMemory() instead of rolling our own.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Oct 2005 18:59:17 +0000 (18:59 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Oct 2005 18:59:17 +0000 (18:59 +0000)
commita34584be3b9f0177fccd4bd3705a83b0418e7a1c
tree7d6902ff75521d566363b2bda220f3b87b4a6858
parentdad06a159e0f51a4fbeadfa42ed37bdb9f0caae3
Use PyErr_NoMemory() instead of rolling our own.
Get rid of "int i" unused warnings from Python-ast.c which we are generating.
Parser/asdl_c.py