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
Showing
This diff is collapsed.
Please register or sign in to comment