]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jun 2026 14:57:52 +0000 (16:57 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 14:57:52 +0000 (14:57 +0000)
commitc15f0664c85ad0a4ab06682a0caed3aab0b062a6
tree99a7757bcc6669acadcb181c554837e566f95972
parenta2f00d401af98063ea80dbf40f43a3160e242bd9
[3.14] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) (GH-150710)

(cherry picked from commit c5516e7e371f7b273eb37c7b65f14ef14ee81f11)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Misc/NEWS.d/next/Library/2026-05-21-20-47-45.gh-issue-150157.ZvmO-bQZ.rst [new file with mode: 0644]
Modules/_pickle.c