]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150942: Optimize PicklerMemoProxy.copy() with _PyDict_SetItem_Take2 (gh-151608) main
authorDonghee Na <donghee.na@python.org>
Thu, 18 Jun 2026 00:08:00 +0000 (09:08 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 00:08:00 +0000 (09:08 +0900)
commit8d7c6dcde053eec618d8a0b5d016ce87b03b7f9b
tree78f97c3bc0d857b2d11c4eec4e7b55c9d2049d15
parenta8d74c062fe3c5cb2962dde8bee83704fcfa1bc9
gh-150942: Optimize PicklerMemoProxy.copy() with _PyDict_SetItem_Take2 (gh-151608)
Modules/_pickle.c