Skip to content

Fix invalid type annotation in test_pydev_monkey comprehension#2033

Merged
rchiodo merged 1 commit into
microsoft:mainfrom
pdepetro:fix-test-pydev-monkey-syntax
Jun 10, 2026
Merged

Fix invalid type annotation in test_pydev_monkey comprehension#2033
rchiodo merged 1 commit into
microsoft:mainfrom
pdepetro:fix-test-pydev-monkey-syntax

Conversation

@pdepetro

@pdepetro pdepetro commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

The list comprehension in test_monkey_patch_c_program_arg used an illegal annotated target (for c: bytes in check), which is not valid Python. Replace it with a plain target and clean up trailing whitespace in test_monkey_patch_args_c_with_bytes.

The list comprehension in test_monkey_patch_c_program_arg used an illegal
annotated target (`for c: bytes in check`), which is not valid Python.
Replace it with a plain target and clean up trailing whitespace in
test_monkey_patch_args_c_with_bytes.
@pdepetro pdepetro requested a review from a team as a code owner June 9, 2026 21:46
@rchiodo

rchiodo commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@rchiodo rchiodo merged commit 504e23c into microsoft:main Jun 10, 2026
25 of 27 checks passed
@pdepetro pdepetro deleted the fix-test-pydev-monkey-syntax branch June 11, 2026 04:00
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