Issue 5112: Incorrect documentation for PyErr_BadInternalCall (original) (raw)

Issue5112

Created on 2009-01-30 18:41 by md5i, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg80831 - (view) Author: Michael Welsh Duggan (md5i) Date: 2009-01-30 18:41
Documentation says that this call is shorthand for PyErr_SetString(PyExc_TypeError, message), but is instead shorthand for PyErr_SetString(PyExc_SystemError, message).
msg80879 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-31 16:52
Fixed in r69140.
History
Date User Action Args
2022-04-11 14:56:45 admin set github: 49362
2009-01-31 16:52:20 benjamin.peterson set status: open -> closednosy: + benjamin.petersonresolution: fixedmessages: +
2009-01-30 18:41:17 md5i create