advanced-python-homework-2023/time_execution/pypy3.9-v7.3.13-linux64/include/pypy3.9/warnings.h

16 lines
320 B
C
Raw Normal View History

2023-10-12 17:14:36 +03:00
#ifndef Py_WARNINGS_H
#define Py_WARNINGS_H
#ifdef __cplusplus
extern "C" {
#endif
#define PyErr_WarnPy3k(msg, stacklevel) 0
PyAPI_FUNC(int) PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level,
const char *format, ...);
#ifdef __cplusplus
}
#endif
#endif /* !Py_WARNINGS_H */