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 josh.r
Recipients Antony.Lee, alexandre.vassalotti, josh.r
Date 2019-08-16.00:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565915800.95.0.840700233239.issue33007@roundup.psfhosted.org>
In-reply-to
Content
This problem is specific to private methods AFAICT, since they're the only things which have an unmangled __name__ used to pickle them, but are stored as a mangled name.

More details on cause and solution on issue #37852, which I closed as a duplicate of this issue.
History
Date User Action Args
2019-08-16 00:36:40josh.rsetrecipients: + josh.r, alexandre.vassalotti, Antony.Lee
2019-08-16 00:36:40josh.rsetmessageid: <1565915800.95.0.840700233239.issue33007@roundup.psfhosted.org>
2019-08-16 00:36:40josh.rlinkissue33007 messages
2019-08-16 00:36:40josh.rcreate