Skip to content

Commit b915b43

Browse files
committed
Fix typo.
1 parent 03a8351 commit b915b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ _PyObject_MiCalloc(void *ctx, size_t nelem, size_t elsize)
326326
void *
327327
_PyObject_MiRealloc(void *ctx, void *ptr, size_t nbytes)
328328
{
329-
#ifdef Py_GIL_DIABLED
329+
#ifdef Py_GIL_DISABLED
330330
_PyThreadStateImpl *tstate = (_PyThreadStateImpl *)_PyThreadState_GET();
331331
// Implement our own realloc logic so that we can copy PyObject header
332332
// in a thread-safe way.

0 commit comments

Comments
 (0)