Python Aborts when I quit

Fredrik Lundh fredrik at pythonware.com
Sat Oct 20 10:19:35 EDT 2001


"tilwe" wrote:
>     } catch(const char * err) {
>        strcpy(errMsg, err) ;
>        cerr << "Error: " << err << endl ;
>        rRow = Py_None;

+        Py_INCREF(Py_None);

>     }
>     return rRow ;
> }

</F>

<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->






More information about the Python-list mailing list