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 stestagg
Recipients Anthony Sottile, ammar2, christian.heimes, pablogsal, paul.moore, shreyanavigyan, stestagg, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-05-20.21:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621545329.58.0.873959594606.issue44184@roundup.psfhosted.org>
In-reply-to
Content
So, for me, the single line from 11159d that causes the problem is this:

pprint.py:
import dataclasses as _dataclasses

Obviously importing dataclasses here is having some side-effect
History
Date User Action Args
2021-05-20 21:15:29stestaggsetrecipients: + stestagg, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, ammar2, pablogsal, shreyanavigyan
2021-05-20 21:15:29stestaggsetmessageid: <1621545329.58.0.873959594606.issue44184@roundup.psfhosted.org>
2021-05-20 21:15:29stestagglinkissue44184 messages
2021-05-20 21:15:29stestaggcreate