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.
_remote_debugging
1 parent 398e377 commit 7475607Copy full SHA for 7475607
cpython-unix/extension-modules.yml
@@ -437,6 +437,11 @@ _random:
437
sources:
438
- _randommodule.c
439
440
+
441
+_remote_debugging:
442
+ sources:
443
+ - remote_debugging.c
444
445
_scproxy:
446
# _scproxy is Apple OS only.
447
# APIs required by _scproxy not available on iOS.
src/validation.rs
@@ -758,6 +758,7 @@ const GLOBAL_EXTENSIONS_PYTHON_3_14: &[&str] = &[
758
"_interpchannels",
759
"_interpqueues",
760
"_interpreters",
761
+ "_remote_debugging",
762
"_sha2",
763
"_sysconfig",
764
"_tokenize",
0 commit comments