Skip to content

Commit a173a6d

Browse files
authored
gh-151584: Remove PyUnstable_Module_SetGIL call in _remote_debugging (#151585)
1 parent 5ad3c6d commit a173a6d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Modules/_remote_debugging/module.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,9 +1624,6 @@ _remote_debugging_exec(PyObject *m)
16241624
return -1;
16251625
}
16261626

1627-
#ifdef Py_GIL_DISABLED
1628-
PyUnstable_Module_SetGIL(m, Py_MOD_GIL_NOT_USED);
1629-
#endif
16301627
int rc = PyModule_AddIntConstant(m, "PROCESS_VM_READV_SUPPORTED", HAVE_PROCESS_VM_READV);
16311628
if (rc < 0) {
16321629
return -1;

0 commit comments

Comments
 (0)