diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 18:10:47 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 18:10:47 (GMT) |
commit | 7b7d1c8282fa2599e2f132c401defde3c9b42e3f (patch) | |
tree | b3b1755eb9bc44d73eac17fd8b23451ba578d245 /Objects/codeobject.c | |
parent | 1177bc4dfd74cc2671ccec26fd52d281c618e974 (diff) | |
download | cpython-7b7d1c8282fa2599e2f132c401defde3c9b42e3f.zip cpython-7b7d1c8282fa2599e2f132c401defde3c9b42e3f.tar.gz cpython-7b7d1c8282fa2599e2f132c401defde3c9b42e3f.tar.bz2 |
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
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions