Skip to content

dmypy: fix test failure on py39 #8793

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

Merged
merged 1 commit into from
May 20, 2020
Merged

Conversation

hauntsaninja
Copy link
Collaborator

There's a fun Python 3.9 only test case failure, where "Daemon started" is
output after the error message from parsing options. I ended up needing to
bisect to figure out why this consistently breaks on Python 3.9. The issue is
caused by python/cpython#17646 (which fixes a
surprisingly old BPO).

There's a fun Python 3.9 only test case failure, where "Daemon started" is
output after the error message from parsing options.  I ended up needing to
bisect to figure out why this consistently breaks on Python 3.9. The issue is
caused by python/cpython#17646 (which fixes a
surprisingly old BPO).
@hauntsaninja
Copy link
Collaborator Author

cc @gvanrossum

@msullivan msullivan merged commit 85897bd into python:master May 20, 2020
@hauntsaninja hauntsaninja deleted the mypyd branch May 20, 2020 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants