Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4032
| Date | 2011-04-26 13:17 +0200 |
|---|---|
| From | Hegedüs Ervin <airween@gmail.com> |
| Subject | Re: Py_INCREF() incomprehension |
| References | <BANLkTin-87OpQyRpbhbhc1i+wBRMr_+rPg@mail.gmail.com> <ip66o2$dak$1@dough.gmane.org> <20110426110112.GA4275@arxnet.hu> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.833.1303816439.9059.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next | Find similar
Re: Py_INCREF() incomprehension Hegedüs Ervin <airween@gmail.com> - 2011-04-26 13:17 +0200
csiph-web