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

[mypyc] Remangle redefined names produced by async with #16408

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

ichard26
Copy link
Collaborator

@ichard26 ichard26 commented Nov 5, 2023

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@ichard26
Copy link
Collaborator Author

___________________________ mypy/test/testdaemon.py ___________________________
[gw0] win32 -- Python 3.8.10 D:\a\mypy\mypy\.tox\py38\Scripts\python.EXE
worker 'gw0' crashed while running 'mypy/test/testdaemon.py::DaemonSuite::daemon.test::testDaemonRun'

I love CI right now.

@ichard26 ichard26 closed this Nov 15, 2023
@ichard26 ichard26 reopened this Nov 15, 2023
Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry for the slow review.

@JukkaL JukkaL merged commit 162c74d into python:master Feb 28, 2024
24 of 25 checks passed
@ichard26 ichard26 deleted the fix-async-with-var-reuse branch February 28, 2024 22:05
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.

Error when reusing variable name in async context manager
3 participants