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

gh-98831: Fix two bugs in case generator #101349

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Jan 26, 2023

  • UndefinedLocalError when generating metadata for an 'op'
  • Accidental newline inserted in test_generator.py

- UndefinedLocalError when generating metadata for an 'op'
- Accidental newline inserted in test_generator.py
@gvanrossum gvanrossum marked this pull request as ready for review January 26, 2023 17:04
@gvanrossum gvanrossum merged commit 9f2c479 into python:main Jan 26, 2023
@gvanrossum gvanrossum deleted the fix-op-metadata branch January 26, 2023 17:18
mdboom pushed a commit to mdboom/cpython that referenced this pull request Jan 31, 2023
Fix two bugs in case generator

- UndefinedLocalError when generating metadata for an 'op'
- Accidental newline inserted in test_generator.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants