commit | 392d8272bf668169d009e8001c205b804ddd8bf8 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Aug 29 21:56:07 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Aug 29 21:56:07 1997 +0000 |
tree | aff7ffa04524b5812d3390da7e31ac438f9b6956 | |
parent | 2d8adff10a92fb979795e339395711f782fe71f8 [diff] |
Added externs for three new exceptions PyExc_StandardError, PyExc_NumberError, and PyExc_LookupError. Also added extern for pre-instantiated exception instance PyExc_MemoryErrorInst. Removed extern of obsolete exception PyExc_AccessError.