]> granicus.if.org Git - python/commit
Use PyErr_NoMemory() instead of rolling our own.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Oct 2005 19:22:48 +0000 (19:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Oct 2005 19:22:48 +0000 (19:22 +0000)
commit12ebfd79f8875ba19e4094eaa1e63f5f206b748b
tree9ca636d91b593c74d1bf1bdd85f143511aad6eb9
parent38eb50b227666e395015feb9b30280ef07f3299a
Use PyErr_NoMemory() instead of rolling our own.
Get rid of "int i" unused warnings from Python-ast.c which we are generating.
Python/Python-ast.c