mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
8a7f0570e6
Fixes a sequential consistency bug whereby two threads that are deleting a struct member may observe both their deletions to be successful.
(cherry picked from commit 1bdfc0f253)
Co-authored-by: Daniele Parmeggiani <8658291+dpdani@users.noreply.github.com>
Miscellaneous source files for the main Python shared library