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 matrixise
Recipients matrixise
Date 2015-11-06.21:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446844426.01.0.118649403374.issue25571@psf.upfronthosting.co.za>
In-reply-to
Content
When we use the Py_Debug flag for the compilation, we can see the Bytecodes and the opcode arguments.

Here is a small patch, it will show the label of the opcode in the ceval.c file.
History
Date User Action Args
2015-11-06 21:13:46matrixisesetrecipients: + matrixise
2015-11-06 21:13:46matrixisesetmessageid: <1446844426.01.0.118649403374.issue25571@psf.upfronthosting.co.za>
2015-11-06 21:13:45matrixiselinkissue25571 messages
2015-11-06 21:13:45matrixisecreate