mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +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.