[Python-3000] marshalling bytes objects

Neal Norwitz nnorwitz at gmail.com
Sat Aug 25 05:35:47 CEST 2007


I see in PEP 358 (bytes) http://www.python.org/dev/peps/pep-0358/ that
marshalling bytes is an open issue and needs to be specified.  I'm
converting code objects to use bytes for the bytecode and lnotab.  Is
there anything special to be aware of here?  It seems like it can be
treated like an non-interned string.

n


More information about the Python-3000 mailing list