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 slebedev
Recipients AlexWaygood, aidan.b.clark, slebedev
Date 2021-10-19.16:14:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634660069.44.0.0231576795937.issue45524@roundup.psfhosted.org>
In-reply-to
Content
I think the example has a minor typo. 

The crash is reproducible on 3.9 if the last line in bar.py is

    typing.get_type_hints(B.__init__)

instead of

    typing.get_type_hints(B)
History
Date User Action Args
2021-10-19 16:14:29slebedevsetrecipients: + slebedev, AlexWaygood, aidan.b.clark
2021-10-19 16:14:29slebedevsetmessageid: <1634660069.44.0.0231576795937.issue45524@roundup.psfhosted.org>
2021-10-19 16:14:29slebedevlinkissue45524 messages
2021-10-19 16:14:29slebedevcreate