mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
6 lines
113 B
Text
6 lines
113 B
Text
|
|
#include "Python.h"
|
|
|
|
static PyObject *ErrorObject;
|
|
|
|
/* ----------------------------------------------------- */
|