]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 25 Sep 2024 20:38:05 +0000 (13:38 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 20:38:05 +0000 (13:38 -0700)
commit909c6f718913e713c990d69e6d8a74c05f81e2c2
tree1d57b71c5d67e78a3fa38d0002af7cda04f3835a
parentfb6bd31cb74d2f7e7b525ee4fe9f45475fc94ce9
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
Doc/library/itertools.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2024-09-24-22-38-51.gh-issue-123884.iEPTK4.rst [new file with mode: 0644]
Modules/itertoolsmodule.c