commit | 032bf30643fff49b5595b53f9c1ce5b2cd2df504 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 13 00:46:01 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 13 00:46:01 2019 -0700 |
tree | 63d2867cac494cd5c41a809866fd08074fcc60a3 | |
parent | c80183e6ca8c0ce834fc6444a71c7f31a3eb05b7 [diff] |
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional 'feature_version' parameter which is unused. (cherry picked from commit 022ac0a497b668d8b15e34e582a6396ead1a35e1) Co-authored-by: Victor Stinner <vstinner@redhat.com>