diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-01-27 00:37:59 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-01-27 00:37:59 +0100 |
commit | 25219f596a069e8d4ed7114cd9b1bddc2a1de3b7 (patch) | |
tree | c388f0103024947127d7d4291197c591e8974e84 /Python/ast.c | |
parent | 726f6902ce9c4db8dc73074ed5323a3bdeb04194 (diff) | |
download | cpython-git-25219f596a069e8d4ed7114cd9b1bddc2a1de3b7.tar.gz |
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.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions