]> granicus.if.org Git - python/commit
PyErr_NoMemory(): If the pre-instantiated memory exception is non-null
authorBarry Warsaw <barry@python.org>
Fri, 29 Aug 1997 21:54:35 +0000 (21:54 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 29 Aug 1997 21:54:35 +0000 (21:54 +0000)
commit2d8adff10a92fb979795e339395711f782fe71f8
tree6b6a8dbf1bda468cdae29175492a841b43ddf1f0
parentdd82bb9c14eee9a66b2172f11638d9f7dec8d8b8
PyErr_NoMemory(): If the pre-instantiated memory exception is non-null
(PyExc_MemoryErrorInst) raise this instead of PyExc_MemoryError.  This
only happens when exception classes are enabled (e.g. when Python is
started with -X).
Python/errors.c