On 8/24/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > 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?
By "here" I was originally thinking about the marshaling aspect. But clearly the mutability of bytes isn't particularly good for code objects. :-) This goes back to the question of whether bytes should be able to be immutable (frozen). n _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
