mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Starting with Python 3.3, MutableMapping and MutableSet are part of collections.abc module rather than collections. Importing them from the old module is deprecated and no longer works in Python 3.10. Support both modules conditionally for best compatibility. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| comms.py | ||
| config.py | ||
| output.py | ||
| runners.py | ||
| session.py | ||
| targets.py | ||