Files
cpython/Python
Neal Norwitz 7b7d1c8282 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
2007-02-26 18:10:47 +00:00
..
2006-04-13 13:08:58 +00:00
2007-02-26 16:14:51 +00:00
2002-12-30 22:08:05 +00:00
2006-07-11 16:44:25 +00:00
2005-07-09 15:26:33 +00:00