[Python-Dev] pickle5 backport updated
Wes Turner
wes.turner at gmail.com
Wed Jan 16 05:27:39 EST 2019
More information about the Python-Dev mailing list
Wed Jan 16 05:27:39 EST 2019
- Previous message (by thread): [Python-Dev] pickle5 backport updated
- Next message (by thread): [Python-Dev] pickle5 backport updated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe a bit OT: is there a way to *not pickle any callables*? On Wednesday, January 16, 2019, Wes Turner <wes.turner at gmail.com> wrote: > Thanks! Apache Arrow may also be worth a look: > > > Apache Arrow is a cross-language development platform for in-memory > data. It specifies a standardized language-independent columnar memory > format for flat and hierarchical data, organized for efficient analytic > operations on modern hardware. It also provides computational libraries and > zero-copy streaming messaging and interprocess communication. > > > The Arrow Python bindings have first-class integration with NumPy, > pandas, and built-in Python objects > > https://arrow.apache.org/docs/python/ > > Pickle supports arbitrary Python objects without any schema definition > (other than that what's defined in the object's __reduce__() > and __reduce_ex__()) > > On Wednesday, January 16, 2019, Antoine Pitrou <solipsis at pitrou.net> > wrote: > >> >> Hello, >> >> For the record, the pickle5 backport (PEP 574) was updated to include >> the latest pickle changes from CPython git master. >> >> pickle5 is available for Python 3.6 and 3.7. >> https://pypi.org/project/pickle5/ >> >> Regards >> >> Antoine. >> >> >> _______________________________________________ >> Python-Dev mailing list >> Python-Dev at python.org >> https://mail.python.org/mailman/listinfo/python-dev >> Unsubscribe: https://mail.python.org/mailman/options/python-dev/wes. >> turner%40gmail.com >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190116/7ed0108e/attachment.html>
- Previous message (by thread): [Python-Dev] pickle5 backport updated
- Next message (by thread): [Python-Dev] pickle5 backport updated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list