typeshed
typeshed copied to clipboard
Add `_interpqueues` for Python 3.13
_interpqueues was added as a new module in https://github.com/python/cpython/pull/117791 alongside _interpreters, so we should go ahead with adding stubs for it. It's currently present in 3.13.0b2+.