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

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: -> resolved status: open -> closed superseder: -> Close 2to3 issues and list them here ___ Python tracker ___

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

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: Changing type as crash typically refers to segfault and not an exception. -- nosy: +iritkatriel type: crash -> behavior ___ Python tracker ___

[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 ___ ___ Python-bugs-l

[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""") File "/usr/local/Cellar/python@3.9/3.9.5/Fra

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

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'exec' was a keyword in 2.x, but that should not matter in 3.9. What OS? Did you get an actual crash (core dump on *nix), or a python exception and traceback (not a crash)? If the latter, copy and paste it. -- nosy: +terry.reedy _

[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