◐ Shell
clean mode source ↗

gh-98831: Fix two bugs in case generator by gvanrossum · Pull Request #101349 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@gvanrossum

@gvanrossum gvanrossum commented

Jan 26, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

  • 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

Reviewers

@iritkatriel iritkatriel iritkatriel approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@gvanrossum @iritkatriel @bedevere-bot