]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)
authorErlend E. Aasland <erlend@python.org>
Mon, 18 Mar 2024 12:24:24 +0000 (13:24 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 12:24:24 +0000 (13:24 +0100)
commite2fcaf19d302b05d3466807bad0a61f39db2a51b
treeb1fe9e965596276acdec23d8075214ccb1039330
parentcd2ed917801b93fb46d1dcf19dd480e5146932d8
gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Lib/test/test_itertools.py
Modules/itertoolsmodule.c