mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
GH-91048: Minor fixes for `_remotedebugging
& rename to
_remote_debugging
` (#133398)
This commit is contained in:
parent
483d130e50
commit
3f80165a26
14 changed files with 48 additions and 67 deletions
|
@ -5,7 +5,7 @@ from collections import defaultdict
|
|||
from itertools import count
|
||||
from enum import Enum
|
||||
import sys
|
||||
from _remotedebugging import get_all_awaited_by
|
||||
from _remote_debugging import get_all_awaited_by
|
||||
|
||||
|
||||
class NodeType(Enum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue