We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98aa44d commit 3d7689fCopy full SHA for 3d7689f
Objects/typeobject.c
@@ -996,7 +996,7 @@ type_modified_unlocked(PyTypeObject *type)
996
We don't assign new version tags eagerly, but only as
997
needed.
998
*/
999
- if (_Py_atomic_load_uint32_acquire(type->tp_version_tag) == 0) {
+ if (_Py_atomic_load_uint_relaxed(type->tp_version_tag) == 0) {
1000
return;
1001
}
1002
// Cannot modify static builtin types.
0 commit comments