]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Mar 2019 06:26:42 +0000 (23:26 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 06:26:42 +0000 (23:26 -0700)
commite0fe25be1ecbdf4abd1b0edd4aabacc4d75dec41
tree083880c823f50dad1e443e4a34afcf2b7d5f16ee
parenteb94e5b3ec01a34af1087c4c85568b5d20325892
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)

(cherry picked from commit 0523c39e7720b82b38ad793d3f1a5681adcdf873)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2019-03-25-23-37-26.bpo-36430.sd9xxQ.rst [new file with mode: 0644]
Modules/itertoolsmodule.c