Re: [Python-Dev] Is there a reference manual for Python bytecode?

2015年12月26日 15:01:20 -0800

Hi Joe,
On 26/12/15 22:36, Joe Jevnik wrote:
The number and meaning of the arguments are documented in the dis
module: https://docs.python.org/3.6/library/dis.html
OK - I *did* find that, but perhaps didn't immediately understand what it was telling me. So, something documented as "OP_CODE" is a 1-byte op, something documented as "OP_CODE(foo)" is a 2-byte op - and unless I missed one, there are no 3-byte ops?
Thanks,
E.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to