pyc files problem

Steven D'Aprano steven at REMOVE.THIS.cybersource.com.au
Wed May 6 00:18:03 EDT 2009


On Tue, 05 May 2009 23:43:25 -0400, Mohamed Lrhazi wrote:

> Hello,
> 
> My code sends a pointer to a Python function to a C library, using
> ctypes module. When my program restarts, after a crash or normal exit...
> it cannot start again without sigfaulting
> 
> What is the proper way around this problem? other than adding code to
> delete the cache files?


Surely the proper way to solve this is to find the cause of the segfault, 
and fix that bug.



-- 
Steven



More information about the Python-list mailing list