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 ff0f300 commit 29f1690Copy full SHA for 29f1690
Modules/xxlimited.c
@@ -596,12 +596,11 @@ static PyModuleDef_Slot xx_slots[] = {
596
* Without this slot, free-threaded builds of CPython will enable
597
* the GIL when this module is loaded.
598
*/
599
- /* TODO: This is not quite true yet: there is a race in Xxo_setattro
600
- * for example.
601
- */
+ // TODO: This is not quite true yet: there is a race in Xxo_setattro,
+ // for example.
+ // We include this for CPython's internal testing.
602
{Py_mod_gil, Py_MOD_GIL_NOT_USED},
603
604
-
605
{0, NULL}
606
};
607
0 commit comments