]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 24 Mar 2021 01:42:13 +0000 (01:42 +0000)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 01:42:13 +0000 (01:42 +0000)
commita02683ac38183fa3a45c32319dfd329c5e622f0e
treee69586260419b20d7ea13037e58dcccc9dec1b2d
parent8370e07e1e5b626e78ddc7aadbfaf248976c4454
bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
Python/bltinmodule.c