Py_INCREF() incomprehension

Hegedüs Ervin airween at gmail.com
Tue Apr 26 07:17:39 EDT 2011


hello,

sorry for the typo, these are many "cibcrypt" reference, this is
the real name of my module - I just replaced it somewhere to
"mycrypt" - and somewhere I forgot... :(




> ...
> static PyObject *cibcrypt_error_badparm;
> ...
> 
> void handle_err(int errcode) {
>     switch(errcode) {
> ...
>         case -4:    PyErr_SetString(cibcrypt_error_badparm, "Bad parameter");
>                     break;


bye:

a. 



More information about the Python-list mailing list