New submission from Anthony Sottile <asott...@umich.edu>:

while fixing bpo-39215, I noticed that there seems to be a place here where 
posonlyargs was missed: 
https://github.com/python/cpython/blob/7dc72b8d4f2c9d1eed20f314fd6425eab66cbc89/Python/ast_opt.c#L617-L627

not sure if this is intentional or not -- happy to make a patch which adds a 
line there if someone can help me with the test

----------
components: Interpreter Core
messages: 359317
nosy: Anthony Sottile
priority: normal
severity: normal
status: open
title: ast_opt.c -- missing posonlyargs?
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39216>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to