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 ammar2
Recipients Anthony Sottile, ammar2, christian.heimes, pablogsal, paul.moore, shreyanavigyan, stestagg, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-05-20.20:48:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621543725.19.0.990474450509.issue44184@roundup.psfhosted.org>
In-reply-to
Content
The bisect was bizarre to say the least...

It points to commit 11159d2c9d6616497ef4cc62953a5c3cc8454afb

bpo-43080: pprint for dataclass instances (GH-24389)
* Added pprint support for dataclass instances which don't have a custom __repr__.

which doesn't touch any C code by itself and isn't the heap type conversions.

If I check out to latest 3.10 and revert that commit, this issue seems to go away. Can someone else confirm just to make sure the bisect was done correctly?
History
Date User Action Args
2021-05-20 20:48:45ammar2setrecipients: + ammar2, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, pablogsal, stestagg, shreyanavigyan
2021-05-20 20:48:45ammar2setmessageid: <1621543725.19.0.990474450509.issue44184@roundup.psfhosted.org>
2021-05-20 20:48:45ammar2linkissue44184 messages
2021-05-20 20:48:45ammar2create