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 xtreak
Recipients Simon.yu, eric.smith, xtreak
Date 2019-12-05.10:22:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575541376.59.0.670965867505.issue38977@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-05 10:22:56xtreaksetrecipients: + xtreak, eric.smith, Simon.yu
2019-12-05 10:22:56xtreaksetmessageid: <1575541376.59.0.670965867505.issue38977@roundup.psfhosted.org>
2019-12-05 10:22:56xtreaklinkissue38977 messages
2019-12-05 10:22:56xtreakcreate