]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-116204)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Mar 2024 12:40:34 +0000 (13:40 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 12:40:34 +0000 (12:40 +0000)
commit1c0c6c91afcb765f30bbb4e3d80a50e31d7adfcc
treedd4fae1357987c5ea9d7be6e117e302015823d0d
parent25243b1461e524560639ebe54bab9b689b6cc31e
[3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-116204) (#116955)

(cherry picked from commit e2fcaf19d302b05d3466807bad0a61f39db2a51b)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Lib/test/test_itertools.py
Modules/itertoolsmodule.c