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 ronaldoussoren
Recipients ronaldoussoren
Date 2022-03-02.21:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646256821.31.0.585920121228.issue46903@roundup.psfhosted.org>
In-reply-to
Content
A hard crash seems wrong to me, and I'm not convinced yet that checking that the type of the attribute name is exactly string is correct.

Found while debugging a crash in PyObjC's testsuite, PyObjC uses a subclass of str to represent Objective-C strings.  Using such instances works fine in practice, but causes a crash in a --with-pydebug build due to this assertion.
History
Date User Action Args
2022-03-02 21:33:41ronaldoussorensetrecipients: + ronaldoussoren
2022-03-02 21:33:41ronaldoussorensetmessageid: <1646256821.31.0.585920121228.issue46903@roundup.psfhosted.org>
2022-03-02 21:33:41ronaldoussorenlinkissue46903 messages
2022-03-02 21:33:41ronaldoussorencreate