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 christian.heimes
Recipients christian.heimes, kam193, lukasz.langa
Date 2020-07-14.15:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594739839.58.0.324424873165.issue41295@roundup.psfhosted.org>
In-reply-to
Content
The error message is coming from hackcheck function in Objects/typeobject.c, https://github.com/python/cpython/blob/b4cd77de05e5bbaa6a4be90f710b787e0790c36f/Objects/typeobject.c#L5811-L5845 . The issue could be related to bpo-39960. Checking now...
History
Date User Action Args
2020-07-14 15:17:19christian.heimessetrecipients: + christian.heimes, lukasz.langa, kam193
2020-07-14 15:17:19christian.heimessetmessageid: <1594739839.58.0.324424873165.issue41295@roundup.psfhosted.org>
2020-07-14 15:17:19christian.heimeslinkissue41295 messages
2020-07-14 15:17:19christian.heimescreate