Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I concur with Inada. This would add complexity in the code object.

Note also that the code object is not just a sequence of bytes. It is a complex 
object which contains references to a dozen of objects: bytes objects, strings, 
integers, tuples, dicts. I suppose that the byte code itself is only a tiny 
part of the memory consumed by the code object in large program.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to