Hi,

I'm trying to figure out the opcodes that the "append" function calls for
arrays. When I use the dis tool, it just says that it looks up a method
"append" using the LOOKUP_METHOD opcode. Is there a tool that allows me to
disassemble built-in functions like "append", or what the best way to do
this is?

Thanks,
Frank
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to