Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove un-necessary socket requirements in pdb async tests #128265

Open
graingert opened this issue Dec 25, 2024 · 0 comments
Open

Remove un-necessary socket requirements in pdb async tests #128265

graingert opened this issue Dec 25, 2024 · 0 comments
Labels
tests Tests in the Lib/test dir

Comments

@graingert
Copy link
Contributor

graingert commented Dec 25, 2024

Proposal:

the pdb async tests should run coroutines using coro.send(None) because they don't need an async framework to run. This would remove asyncio from the tests and support running on emscripten/wasi

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

@graingert graingert added type-feature A feature request or enhancement and removed type-feature A feature request or enhancement labels Dec 25, 2024
@picnixz picnixz added the tests Tests in the Lib/test dir label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

2 participants