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 f61c68d commit 98aa44dCopy full SHA for 98aa44d
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_uint_acquire(type->tp_version_tag) == 0) {
+ if (_Py_atomic_load_uint32_acquire(type->tp_version_tag) == 0) {
1000
return;
1001
}
1002
// Cannot modify static builtin types.
0 commit comments