[Python-checkins] r46438 - in python/trunk: Include/pyport.h Python/ceval.c

"Martin v. Löwis" martin at v.loewis.de
Sun May 28 19:08:45 CEST 2006


Fredrik Lundh wrote:
> is there an easy way to switch this off on a file-by-file basis ?

It's easy to switch this off on a per-function basis, by declaring
the function as regparm(0), or not declaring it static. I could
not find a way to turn this off for an entire single file.

Regards,
Martin


More information about the Python-checkins mailing list