Skip to content

Commit 29f1690

Browse files
committed
Expand TODO
1 parent ff0f300 commit 29f1690

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Modules/xxlimited.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,12 +596,11 @@ static PyModuleDef_Slot xx_slots[] = {
596596
* Without this slot, free-threaded builds of CPython will enable
597597
* the GIL when this module is loaded.
598598
*/
599-
/* TODO: This is not quite true yet: there is a race in Xxo_setattro
600-
* for example.
601-
*/
599+
// TODO: This is not quite true yet: there is a race in Xxo_setattro,
600+
// for example.
601+
// We include this for CPython's internal testing.
602602
{Py_mod_gil, Py_MOD_GIL_NOT_USED},
603603

604-
605604
{0, NULL}
606605
};
607606

0 commit comments

Comments
 (0)