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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2021-07-22.20:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626987283.79.0.901674657962.issue44712@roundup.psfhosted.org>
In-reply-to
Content
All cases was manually checked several times (with months passes between checks). Several cases were preserved: when the name of built-in type conflicted with the name of function parameter (in weakref.py), when the code was used for testing type() and when the test code looks clearer with type(literal).
History
Date User Action Args
2021-07-22 20:54:43serhiy.storchakasetrecipients: + serhiy.storchaka
2021-07-22 20:54:43serhiy.storchakasetmessageid: <1626987283.79.0.901674657962.issue44712@roundup.psfhosted.org>
2021-07-22 20:54:43serhiy.storchakalinkissue44712 messages
2021-07-22 20:54:43serhiy.storchakacreate