mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
7b7d1c8282
* 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