From 4254de48bfc7afb5b9b1a72b66e70f7d1a4f69d3 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 5 Aug 2024 19:28:38 +0800 Subject: [PATCH] ... --- include/pocketpy/pocketpy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pocketpy/pocketpy.h b/include/pocketpy/pocketpy.h index 1a7ad121..31af9558 100644 --- a/include/pocketpy/pocketpy.h +++ b/include/pocketpy/pocketpy.h @@ -353,6 +353,7 @@ py_TmpRef py_getmodule(const char* path); int py_import(const char* path) PY_RAISE; /************* Errors *************/ + /// Raise an exception by type and message. Always return false. bool py_exception(py_Type type, const char* fmt, ...) PY_RAISE; /// Raise an expection object. Always return false.