Message 78834 - Python tracker

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.

Content
> If I dump the assembler code for ceval.c will that help others debug
> the problem?

Well, I'm no PPC expert but it can be useful. Can you dump it with "-S
-dA"?

(also, can you try the latest patch? I've made some tiny adjustement in
the opcode epilogues, I don't think it will make a difference but who
knows)