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 blueyed
Recipients BTaskaya, blueyed, gvanrossum, hauntsaninja, lys.nikolaou, matthew.suozzo, pablogsal
Date 2021-04-12.20:31:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618259514.56.0.0456727980877.issue43798@roundup.psfhosted.org>
In-reply-to
Content
@Pablo: the problem (referenced in the pytest issue) is that `ast.alias` has new required arguments now (see also the adjusted test in
https://github.com/python/cpython/commit/75a06f067bd0a2687312e5f8e78f9075be76ad3a#diff-3f516b60719dd445d33225e4f316b36e85c9c51a843a0147349d11a005c55937R1060-R1061).  That's expected/wanted though (assuming that it should not have "defaults" for B/C), and there's a patch for the issue at https://github.com/pytest-dev/pytest/pull/8540.
History
Date User Action Args
2021-04-12 20:31:54blueyedsetrecipients: + blueyed, gvanrossum, lys.nikolaou, pablogsal, BTaskaya, hauntsaninja, matthew.suozzo
2021-04-12 20:31:54blueyedsetmessageid: <1618259514.56.0.0456727980877.issue43798@roundup.psfhosted.org>
2021-04-12 20:31:54blueyedlinkissue43798 messages
2021-04-12 20:31:54blueyedcreate