commit | 7b7d1c8282fa2599e2f132c401defde3c9b42e3f | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 26 18:10:47 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 26 18:10:47 2007 +0000 |
tree | b3b1755eb9bc44d73eac17fd8b23451ba578d245 | |
parent | 1177bc4dfd74cc2671ccec26fd52d281c618e974 [diff] |
Fix a couple of problems in generating the AST code: * use %r instead of backticks since backticks are going away in Py3k * PyArena_Malloc() already sets PyErr_NoMemory so we don't need to do it again * the signature for ast2obj_int incorrectly used a bool, rather than a long