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
..
2010-05-09 16:14:21 +00:00
2016-01-27 00:37:59 +01:00
2016-01-26 00:40:57 +01:00
2010-05-09 16:14:21 +00:00
2010-05-09 16:14:21 +00:00
2013-08-13 20:18:52 +02:00
2013-11-18 01:07:38 +01:00
2010-05-09 16:14:21 +00:00
2010-05-09 16:14:21 +00:00
2013-12-21 16:19:10 +01:00
2014-09-05 10:10:23 +03:00
2013-10-19 21:03:34 +03:00
2011-04-05 00:39:01 +02:00
2015-12-25 19:53:18 +02:00
2015-12-25 20:01:53 +02:00
2015-12-25 20:01:53 +02:00
2014-09-05 10:10:23 +03:00
2016-01-26 00:40:57 +01:00
2015-12-25 20:01:53 +02:00
2015-07-23 15:01:58 +03:00