raina added the comment:
Traceback (most recent call last):
File "c:\users\raina\appdata\local\programs\python\python38\lib\runpy.py",
line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
..
code = compile(module_node, '', 'exec')
TypeError: required field "p
Karthikeyan Singaravelan added the comment:
>From Python 3.8, type_ignores is also mandatory for ast.Module as discussed in
>issue35894 which also needs to be fixed in the module. Closing this as third
>party as I don't see any apparent regression here in 3.8.
--
resolution: -> thir
Karthikeyan Singaravelan added the comment:
This issue tracker is for issues related to CPython. Please report this to the
respective issue tracker at https://bitbucket.org/ericvsmith/namedlist/issues.
The error message looks related to handling positional only arguments that
needs to be fix
New submission from Simon.yu :
When I use pytest based on python3.8, met a problem,it seems namedlist1.7 is
incompatible!!
see blow logs:
--
File "C:\Program Files\Python38\lib\site-packages\namedlist.py", line 180, in
_make_fn
code = compile(module_node, '', 'exec')