[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 "posonlyargs" missing from arguments

--
nosy: +raina

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 fixed in the library during ast construction at probably  
https://bitbucket.org/ericvsmith/namedlist/src/8db03a94fcc15184ccdf7a58f91c48bc5bcd3331/namedlist.py#lines-159.
 I think this can be closed as third party.

--
nosy: +eric.smith, xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com