[issue44259] lib2to3 does not accept "exec" as name

2021-05-29 Thread Mulugruntz
Mulugruntz added the comment: Sorry, I forgot to mention: macOS Mojave 10.14.5 (18F132) -- ___ Python tracker <https://bugs.python.org/issue44259> ___ ___ Pytho

[issue44259] lib2to3 does not accept "exec" as name

2021-05-29 Thread Mulugruntz
Mulugruntz added the comment: Traceback (most recent call last): File "/Users/sgiffard/Library/Application Support/JetBrains/PyCharm2020.3/scratches/scratch_24.py", line 9, in driver.parse_string("""class C:\ndef exec(self): pass\n""") F

[issue44259] lib2to3 does not accept "exec" as name

2021-05-28 Thread Mulugruntz
New submission from Mulugruntz : I was trying to use https://github.com/NiklasRosenstein/pydoc-markdown to generate some doc for https://github.com/Mulugruntz/aiosubprocess It was failing and for a while I thought I was doing something wrong. But when I did dig deeper, I realized that it was