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 pitrou
Recipients benjamin.peterson, pitrou, thomasvs
Date 2010-12-04.19:44:46
SpamBayes Score 0.00019544466
Marked as misclassified No
Message-id <1291491884.3534.10.camel@localhost.localdomain>
In-reply-to <1291491741.32.0.562224126999.issue6101@psf.upfronthosting.co.za>
Content
> Really ? Is this documented somewhere ? Do you know of any other case
> where a number for an existing opcode was changed ? I can't find any
> so far.

Opcodes are an implementation detail. If you are fiddling with opcodes,
how will your code work under Jython, IronPython or even PyPy?
Besides, not only opcode numbers may change, but the semantics of a
given opcode can change too (even if its number stays the same). So
there's nothing stable you can rely on here.
History
Date User Action Args
2010-12-04 19:44:48pitrousetrecipients: + pitrou, thomasvs, benjamin.peterson
2010-12-04 19:44:46pitroulinkissue6101 messages
2010-12-04 19:44:46pitroucreate