]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 Apr 2022 10:03:23 +0000 (13:03 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 10:03:23 +0000 (13:03 +0300)
commit6d0d547033e295f91f05030322acfbb0e280fc1f
tree33930640605e644dea7ed7b61fee5ee7c86f0429
parent354ace8b07e7d445fd2de713b6af1271536adce0
gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)

Previously, pickling did not fail, but the result could not be unpickled.
Lib/re/_constants.py
Misc/NEWS.d/next/Library/2022-04-30-10-53-10.gh-issue-92049.5SEKoh.rst [new file with mode: 0644]