Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed Dec 17, 2024
1 parent fdd4511 commit 87bdaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/unicodeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -5873,7 +5873,7 @@ unicode_fill_utf8(PyObject *unicode)
FT_ATOMIC_STORE_SSIZE_RELAXED(_PyUnicode_UTF8_LENGTH(unicode), len);
FT_ATOMIC_STORE_PTR(_PyUnicode_UTF8(unicode), cache);
_PyBytesWriter_Dealloc(&writer);
exit:
exit:;
Py_END_CRITICAL_SECTION();
return ret;
}
Expand Down

0 comments on commit 87bdaea

Please sign in to comment.