Message343993
| Author | serhiy.storchaka |
|---|---|
| Recipients | dino.viehland, eric.snow, methane, serhiy.storchaka |
| Date | 2019-05-30.19:07:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1559243252.79.0.345546388004.issue36839@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-30 19:07:32 | serhiy.storchaka | set | recipients: + serhiy.storchaka, dino.viehland, methane, eric.snow |
| 2019-05-30 19:07:32 | serhiy.storchaka | set | messageid: <1559243252.79.0.345546388004.issue36839@roundup.psfhosted.org> |
| 2019-05-30 19:07:32 | serhiy.storchaka | link | issue36839 messages |
| 2019-05-30 19:07:32 | serhiy.storchaka | create | |