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 pxeger
Recipients pxeger
Date 2020-09-14.12:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600084822.87.0.84820912855.issue41781@roundup.psfhosted.org>
In-reply-to
Content
In typing.py, the `_allow_reckless_class_cheks` function is spelt wrong, and there is also a typo `instnance` in its docstring. I can do a PR but I thought I'd open an issue since it might be considered a breaking change (although it is `_private` so maybe not?)

https://github.com/python/cpython/blob/1b4552c5e8e925f24c15f707050f22c977171125/Lib/typing.py#L1037
History
Date User Action Args
2020-09-14 12:00:22pxegersetrecipients: + pxeger
2020-09-14 12:00:22pxegersetmessageid: <1600084822.87.0.84820912855.issue41781@roundup.psfhosted.org>
2020-09-14 12:00:22pxegerlinkissue41781 messages
2020-09-14 12:00:22pxegercreate