This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients methane, serhiy.storchaka
Date 2020-10-31.10:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604139371.8.0.516499216776.issue42217@roundup.psfhosted.org>
In-reply-to
Content
Do you mean sharing values of co_code and co_lnotab between code objects of the same module?

How much memory does this save (in absolute and relative value)? Which functions have the same co_code?
History
Date User Action Args
2020-10-31 10:16:11serhiy.storchakasetrecipients: + serhiy.storchaka, methane
2020-10-31 10:16:11serhiy.storchakasetmessageid: <1604139371.8.0.516499216776.issue42217@roundup.psfhosted.org>
2020-10-31 10:16:11serhiy.storchakalinkissue42217 messages
2020-10-31 10:16:11serhiy.storchakacreate