mirror of
https://github.com/python/cpython.git
synced 2026-04-13 15:20:52 +00:00
6 lines
113 B
Text
6 lines
113 B
Text
|
|
#include "Python.h"
|
|
|
|
static PyObject *ErrorObject;
|
|
|
|
/* ----------------------------------------------------- */
|