[issue38977] python3.8 and namedlist1.7 is Incompatible

2020-04-21 Thread raina
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

[issue38977] python3.8 and namedlist1.7 is Incompatible

2019-12-05 Thread Karthikeyan Singaravelan
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

[issue38977] python3.8 and namedlist1.7 is Incompatible

2019-12-05 Thread Karthikeyan Singaravelan
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

[issue38977] python3.8 and namedlist1.7 is Incompatible

2019-12-05 Thread Simon.yu
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')