Victor Stinner 25219f596a Issue #26146: remove useless code
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.
2016-01-27 00:37:59 +01:00
..
2015-08-24 20:23:27 -07:00
2016-01-27 00:11:47 +01:00
2016-01-26 00:40:57 +01:00
2016-01-20 11:12:38 +01:00
2016-01-26 00:40:57 +01:00
2016-01-22 14:09:55 +01:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-01-26 00:40:57 +01:00
2016-01-20 11:19:46 +01:00

Miscellaneous source files for the main Python shared library