Include/cpython/pyerrors

Source   Edit  

Procs

proc Py_FatalErrorFunc(funcname: cstring; message: string) {.noReturn,
    ...raises: [], tags: [WriteIOEffect], forbids: [].}
Source   Edit  
proc Py_FatalErrorFunc(funcname: string; message: string) {.noReturn,
    ...raises: [], tags: [WriteIOEffect], forbids: [].}
Source   Edit  
proc PyErr_BadInternalCall(filename: string; lineno: int): PySystemErrorObject {.
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  

Templates

template Py_FatalError(message)
Source   Edit