[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.12,2.13

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 24 Aug 2000 21:32:47 -0400


On Thu, Aug 24, 2000 at 02:57:46PM -0700, Fred L. Drake wrote:
>Remove the Py_FatalError() from initpyexpat(); the Guido has decreed
>that this is not appropriate.

So what is going to catch errors while initializing a module?  Or is
PyErr_Occurred() called after a module's init*() function?

--amk