mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)
gh-112069: Make PySet_GET_SIZE to be atomic operation
This commit is contained in:
parent
8f25cc9920
commit
710c01be94
2 changed files with 4 additions and 1 deletions
|
@ -2080,7 +2080,6 @@ set_issuperset_impl(PySetObject *so, PyObject *other)
|
|||
Py_RETURN_TRUE;
|
||||
}
|
||||
|
||||
// TODO: Make thread-safe in free-threaded builds
|
||||
static PyObject *
|
||||
set_richcompare(PySetObject *v, PyObject *w, int op)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue