• Neal Norwitz's avatar
    Fix a couple of problems in generating the AST code: · 7b7d1c82
    Neal Norwitz yazdı
     * 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
    7b7d1c82
Python-ast.c 108 KB