Skip to content

Commit 7475607

Browse files
committed
Add _remote_debugging
1 parent 398e377 commit 7475607

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cpython-unix/extension-modules.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,11 @@ _random:
437437
sources:
438438
- _randommodule.c
439439

440+
441+
_remote_debugging:
442+
sources:
443+
- remote_debugging.c
444+
440445
_scproxy:
441446
# _scproxy is Apple OS only.
442447
# APIs required by _scproxy not available on iOS.

src/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ const GLOBAL_EXTENSIONS_PYTHON_3_14: &[&str] = &[
758758
"_interpchannels",
759759
"_interpqueues",
760760
"_interpreters",
761+
"_remote_debugging",
761762
"_sha2",
762763
"_sysconfig",
763764
"_tokenize",

0 commit comments

Comments
 (0)