[issue40718] Support out-of-band pickling for builtin types

2021-09-29 Thread jakirkham
Change by jakirkham : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40718] Support out-of-band pickling for builtin types

2021-09-27 Thread jakirkham
Change by jakirkham : -- versions: +Python 3.10, Python 3.11 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40718] Support out-of-band pickling for builtin types

2020-05-21 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40718] Support out-of-band pickling for builtin types

2020-05-21 Thread jakirkham
New submission from jakirkham : It would be nice (where possible) to support out-of-band pickling of builtin `bytes`-like types. This would allow binary data from these objects to be shipped along separately zero-copy and later reconstructed during unpickling. It seems that `bytes`,