Neal Norwitz wrote:
EXT_POP() modifies stack_pointer on the stack. In call_function(),
stack_pointer is PyObject ***. But in new_fast_function(), stack_pointer
is only PyObject **. So the modifications by EXT_POP to stack_pointer
(moving it down) are lost in new_fast_function().
Thanks - that is the detail I was missing.
Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com