]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153881: Atomically load `dk_nentries` in `_PyObject_IsInstanceDictEmpty` (#153882)
authorBrij Kapadia <97006829+brijkapadia@users.noreply.github.com>
Tue, 21 Jul 2026 12:07:17 +0000 (08:07 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 12:07:17 +0000 (17:37 +0530)
commit7ebe773160327026ba5393b27e2e2860db4d08b2
tree5d4c11e716ab759d4e86256a89335ba9ca35281a
parent196e16d54f9f06f566c52e7bca3b5213a8a64223
gh-153881: Atomically load `dk_nentries` in `_PyObject_IsInstanceDictEmpty` (#153882)
Lib/test/test_free_threading/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2026-07-17-22-03-39.gh-issue-153881.oDa06s.rst [new file with mode: 0644]
Objects/dictobject.c