[New-bugs-announce] [issue38977] python3.8 and namedlist1.7 is Incompatible

Simon.yu report at bugs.python.org
Thu Dec 5 05:15:30 EST 2019


New submission from Simon.yu <ling.yu at outlook.com>:

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, '<string>', 'exec')
TypeError: required field "posonlyargs" missing from arguments
----------------------

----------
components: Library (Lib)
messages: 357842
nosy: ling.yu at outlook.com
priority: normal
severity: normal
status: open
title: python3.8 and namedlist1.7 is Incompatible
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38977>
_______________________________________


More information about the New-bugs-announce mailing list