]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
authorMax Bernstein <tekknolagi@users.noreply.github.com>
Thu, 31 Oct 2019 01:08:06 +0000 (18:08 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 31 Oct 2019 01:08:06 +0000 (18:08 -0700)
commitbdac32e9fe25fdb97a7172a93aabd1ffead89462
tree9ef9970bc1a3af8f1c10be3748b186f3e565900f
parente835b31d2b212c3c7820364398979cae2a9740b2
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)

This looks like a typo due to copy-paste.
Parser/asdl_c.py
Python/Python-ast.c