mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
25219f596a
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