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 Kurt
Recipients Kurt
Date 2016-09-22.19:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474573506.29.0.553712445703.issue28250@psf.upfronthosting.co.za>
In-reply-to
Content
Creating a namedtuple and an instance of the namedtuple in a function then returning the instance to the global namespace made the instance unpickleable, as in Issue25665.
History
Date User Action Args
2016-09-22 19:45:06Kurtsetrecipients: + Kurt
2016-09-22 19:45:06Kurtsetmessageid: <1474573506.29.0.553712445703.issue28250@psf.upfronthosting.co.za>
2016-09-22 19:45:06Kurtlinkissue28250 messages
2016-09-22 19:45:06Kurtcreate