]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)
authorNeil Schemenauer <nas-github@arctrix.com>
Tue, 29 Apr 2025 06:38:29 +0000 (23:38 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 06:38:29 +0000 (23:38 -0700)
commiteecafc33800c84ecb67f5d3ed819fbed057677ab
tree07d41adf24f52d8a1f9c739cf016c890920ea788
parent219b1f9d1d97e271213fe324b94ed544e890630b
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)

This is triggering deadlocks in test_opcache.  See GH-133130 for stack trace.
Include/internal/pycore_interp_structs.h
Include/internal/pycore_object.h
Include/internal/pycore_typeobject.h
Include/object.h
Include/refcount.h
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-14-13-08-20.gh-issue-127266._tyfBp.rst [deleted file]
Objects/typeobject.c
Python/ceval.c
Tools/tsan/suppressions_free_threading.txt