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 BTaskaya
Recipients BTaskaya, gvanrossum, levkivskyi, lukasz.langa
Date 2020-10-01.23:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601595089.16.0.341626771326.issue41613@roundup.psfhosted.org>
In-reply-to
Content
Commit 3ff51d425ecd98b7ba5a12ca9f77eda73fbf9f53 set the __builtins__ to None in namedtuple's creation, but the problem is that it is causing harm when the point came to the point of getting type hints on typing.NamedTuple.__new__ (we had a test about it), I'm changing that test (in the PR 20434) to work directly with the namedtuple itself instead of __new__ (since the annotations get proxied).
History
Date User Action Args
2020-10-01 23:31:29BTaskayasetrecipients: + BTaskaya, gvanrossum, lukasz.langa, levkivskyi
2020-10-01 23:31:29BTaskayasetmessageid: <1601595089.16.0.341626771326.issue41613@roundup.psfhosted.org>
2020-10-01 23:31:29BTaskayalinkissue41613 messages
2020-10-01 23:31:29BTaskayacreate