]> granicus.if.org Git - python/commit
New API PyErr_NewException(name, base, dict) to create simple new exceptions.
authorGuido van Rossum <guido@python.org>
Tue, 16 Sep 1997 18:43:50 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Sep 1997 18:43:50 +0000 (18:43 +0000)
commit7617e05a9befb3fdf1c4727f6fa0a79ff783b186
tree429e48d18b29fdd41247fc51e35cc44799e47873
parent0474832d9c6c708d8addd31a989dff772fdfefbf
New API PyErr_NewException(name, base, dict) to create simple new exceptions.
Python/errors.c