]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-60203: Revert changes in cycle.__setstate__ (#99982)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Dec 2022 16:27:40 +0000 (18:27 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 16:27:40 +0000 (17:27 +0100)
commit922a6cf6c265e2763a003291885ff74d46203fc3
treec9d0894817fe7e86f1b41e73ff35ce77b4c80fbc
parent2488c1e1b66366a3a933ff248eff080fabd2351c
gh-60203: Revert changes in cycle.__setstate__ (#99982)

In case if only True/False be supported as boolean arguments in future,
we should continue to support 1/0 here.
Lib/test/test_itertools.py
Modules/itertoolsmodule.c