]> granicus.if.org Git - python/commit
bpo-38138: Fix memory leak introduced by interned strings (GH-16053)
authorDino Viehland <dinoviehland@fb.com>
Thu, 12 Sep 2019 14:38:13 +0000 (15:38 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 14:38:13 +0000 (07:38 -0700)
commit8d88e8c662a80c186c7a0e67f1c1f3d4010276f8
treef0d909f3193b1abeab4e2d6562560dd1e1c5b49f
parent9a4963b932a087b78596cca0b8394ac898faa490
bpo-38138: Fix memory leak introduced by interned strings (GH-16053)

Interned string needs to be decref'd

https://bugs.python.org/issue38138

Automerge-Triggered-By: @matrixise
Python/ast.c