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