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.
PyUnstable_Module_SetGIL
_remote_debugging
1 parent 5ad3c6d commit a173a6dCopy full SHA for a173a6d
1 file changed
Modules/_remote_debugging/module.c
@@ -1624,9 +1624,6 @@ _remote_debugging_exec(PyObject *m)
1624
return -1;
1625
}
1626
1627
-#ifdef Py_GIL_DISABLED
1628
- PyUnstable_Module_SetGIL(m, Py_MOD_GIL_NOT_USED);
1629
-#endif
1630
int rc = PyModule_AddIntConstant(m, "PROCESS_VM_READV_SUPPORTED", HAVE_PROCESS_VM_READV);
1631
if (rc < 0) {
1632
0 commit comments