]> granicus.if.org Git - python/commit
Remove the Py_FatalError() from initpyexpat(); the Guido has decreed
authorFred Drake <fdrake@acm.org>
Thu, 24 Aug 2000 21:57:43 +0000 (21:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 24 Aug 2000 21:57:43 +0000 (21:57 +0000)
commitc23b5239ae0681624511e8bf98003f4c5bb9e0ff
tree9caf0ae3343c0c1b4e0b0154099aff678b1cf3a5
parentfa12e13ae7e5a95f83e4880f518f32f083bdd010
Remove the Py_FatalError() from initpyexpat(); the Guido has decreed
that this is not appropriate.

Made somewhat more robust in the face of reload() (exception is not
rebuilt, etc.).

Made the exception a class exception.
Modules/pyexpat.c