mirror of
https://github.com/python/cpython.git
synced 2026-05-31 00:28:25 -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.