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 iritkatriel
Recipients iritkatriel, mdartiailh
Date 2021-02-05.16:33:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612542792.48.0.657556464203.issue43129@roundup.psfhosted.org>
In-reply-to
Content
stack_effect is implemented in compile.c because it is used there.

If you need something for an application like bytecode, it doesn't need to be in the cpython c code. It can be in the standard library in opcode.py, or even in bytecode library itself. The question is of course how to keep it up to date, and this is pretty much the same problem whether it's part of compile.c, the standard library or an external application.
History
Date User Action Args
2021-02-05 16:33:12iritkatrielsetrecipients: + iritkatriel, mdartiailh
2021-02-05 16:33:12iritkatrielsetmessageid: <1612542792.48.0.657556464203.issue43129@roundup.psfhosted.org>
2021-02-05 16:33:12iritkatriellinkissue43129 messages
2021-02-05 16:33:12iritkatrielcreate