This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author raina
Recipients Simon.yu, eric.smith, raina, xtreak
Date 2020-04-21.10:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587464100.07.0.0912868524838.issue38977@roundup.psfhosted.org>
In-reply-to
Content
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, '<string>', 'exec')
TypeError: required field "posonlyargs" missing from arguments
History
Date User Action Args
2020-04-21 10:15:00rainasetrecipients: + raina, eric.smith, xtreak, Simon.yu
2020-04-21 10:15:00rainasetmessageid: <1587464100.07.0.0912868524838.issue38977@roundup.psfhosted.org>
2020-04-21 10:15:00rainalinkissue38977 messages
2020-04-21 10:15:00rainacreate