mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[python] endless python troubles
This commit is contained in:
parent
7b4ff301eb
commit
17994e422f
@ -196,10 +196,10 @@ static inline void PyObject_cleanup(PyObject **object)
|
||||
return_value; \
|
||||
})
|
||||
|
||||
#define GNU_PY_CHECK_UINT(py_function) \
|
||||
({ \
|
||||
unsigned return_value = py_function; \
|
||||
return_value; \
|
||||
#define GNU_PY_CHECK_UINT(py_function) \
|
||||
({ \
|
||||
unsigned return_value = (unsigned)py_function; \
|
||||
return_value; \
|
||||
})
|
||||
|
||||
#define GNU_PY_CHECK_BOOL(py_function) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user