Re: [Python-Dev] [Python-checkins] cpython: Fix #14600. Correct reference handling and naming of ImportError convenience

2012-04-18 Thread Nick Coghlan
On Wed, Apr 18, 2012 at 7:57 AM, brian.curtin python-check...@python.org wrote: diff --git a/Python/errors.c b/Python/errors.c --- a/Python/errors.c +++ b/Python/errors.c @@ -586,50 +586,43 @@  #endif /* MS_WINDOWS */  PyObject * -PyErr_SetExcWithArgsKwargs(PyObject *exc, PyObject *args,

Re: [Python-Dev] [Python-checkins] cpython: Fix #14600. Correct reference handling and naming of ImportError convenience

2012-04-18 Thread Oleg Broytman
On Wed, Apr 18, 2012 at 09:19:03PM +1000, Nick Coghlan ncogh...@gmail.com wrote: On Wed, Apr 18, 2012 at 7:57 AM, brian.curtin python-check...@python.org wrote: diff --git a/Python/errors.c b/Python/errors.c --- a/Python/errors.c +++ b/Python/errors.c @@ -586,50 +586,43 @@ + args =