mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00:00
obj2ast_constant() code is baesd on obj2ast_object() which has a special case for Py_None. But in practice, we don't need to have a special case for constants. Issue noticed by Joseph Jevnik on a review.
Miscellaneous source files for the main Python shared library