]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Jul 2013 20:28:37 +0000 (22:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Jul 2013 20:28:37 +0000 (22:28 +0200)
commitf54a574478e955d3175f9be5ac3a6c4533e68763
treeb54ebef0f3750abfd0e0be7b0d85374050f5e10f
parent1c8f059019d79f1891f42a2656a96919a1187967
Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called
before PyExc_MemoryError has been initialized by _PyExc_Init()
Python/errors.c