[Pyrex] Re: callback

Andreas Kostyrka andreas at mtg.co.at
Tue Nov 11 09:11:29 CET 2003


On Sun, Nov 09, 2003 at 07:45:03PM -0800, Bryan Weingarten wrote:
> i have some python code that intentionally caused in IndexError to occur 
> for testing purposes.    i was surprised by the stack trace which is below. 
> notice that the fully qualified path to the machine it was built on is 
> displayed.  i would really like pyrex not to include the fully qualified 
> path to my internal development machine.  is there a way to fix this?
Well, you can always doctor the .c file with sed. But pyrex is in this case
not your major problem, as python also has this behaviour with .pyc/.pyo files.

Andreas




More information about the Pyrex mailing list