Fix invalid type annotation in test_pydev_monkey comprehension (#2033)
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.
P
Philip DePetro committed
504e23c74d67f68f1ffda12dfc16171de24ee620
Parent: 858b05c
Committed by GitHub <noreply@github.com>
on 6/10/2026, 5:00:45 PM