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 pitrou
Recipients Alex.Willmer, christian.heimes, pitrou
Date 2019-06-09.20:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560113933.6.0.568808991342.issue37210@roundup.psfhosted.org>
In-reply-to
Content
Note that PickleBuffer is really a built-in type (it's defined in Objects/picklebufobject.c). However it's exposed from _pickle.c because it doesn't make sense to expose it in the `builtins` module.
History
Date User Action Args
2019-06-09 20:58:53pitrousetrecipients: + pitrou, christian.heimes, Alex.Willmer
2019-06-09 20:58:53pitrousetmessageid: <1560113933.6.0.568808991342.issue37210@roundup.psfhosted.org>
2019-06-09 20:58:53pitroulinkissue37210 messages
2019-06-09 20:58:53pitroucreate