Re: [Python-Dev] [Python-checkins] cpython (3.3): return NULL here

2013-07-23 Thread Benjamin Peterson
2013/7/23 Christian Heimes : > Am 23.07.2013 07:08, schrieb benjamin.peterson: >> http://hg.python.org/cpython/rev/042ff9325c5e >> changeset: 84804:042ff9325c5e >> branch: 3.3 >> parent: 84789:bb63f813a00f >> user:Benjamin Peterson >> date:Mon Jul 22 22:08:09 2013 -0700

Re: [Python-Dev] [Python-checkins] cpython (3.3): return NULL here

2013-07-23 Thread Gregory P. Smith
On Tue, Jul 23, 2013 at 8:46 AM, Ronald Oussoren wrote: > > On 23 Jul, 2013, at 17:36, Christian Heimes wrote: > > > Am 23.07.2013 17:10, schrieb Benjamin Peterson: > >>> PyErr_SetFromErrno() already and always returns NULL. Or do you prefer > >>> to return NULL explicitly? > >> > >> It might alw

Re: [Python-Dev] [Python-checkins] cpython (3.3): return NULL here

2013-07-24 Thread Ronald Oussoren
On 24 Jul, 2013, at 8:43, Gregory P. Smith wrote: > > On Tue, Jul 23, 2013 at 8:46 AM, Ronald Oussoren > wrote: > > On 23 Jul, 2013, at 17:36, Christian Heimes wrote: > > > Am 23.07.2013 17:10, schrieb Benjamin Peterson: > >>> PyErr_SetFromErrno() already and always returns NULL. Or do you

Re: [Python-Dev] [Python-checkins] cpython (3.3): return NULL here

2013-07-24 Thread Antoine Pitrou
Le Wed, 24 Jul 2013 09:01:30 +0200, Ronald Oussoren a écrit : > > On 24 Jul, 2013, at 8:43, Gregory P. Smith wrote: > > > > > On Tue, Jul 23, 2013 at 8:46 AM, Ronald Oussoren > > wrote: > > > > On 23 Jul, 2013, at 17:36, Christian Heimes > > wrote: > > > > > Am 23.07.2013 17:10, schrieb Be