[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.12,2.13 (original) (raw)
Andrew Kuchling akuchlin@mems-exchange.org
Thu, 24 Aug 2000 21:32:47 -0400
- Previous message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib UserString.py,1.5,1.6
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.12,2.13
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Aug 24, 2000 at 02:57:46PM -0700, Fred L. Drake wrote:
Remove the PyFatalError() 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
- Previous message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib UserString.py,1.5,1.6
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.12,2.13
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]