mirror of
https://github.com/python/cpython.git
synced 2026-01-10 01:12:35 +00:00
7 lines
165 B
Text
7 lines
165 B
Text
|
|
#include "allobjects.h"
|
|
#include "modsupport.h" /* For getargs() etc. */
|
|
|
|
static object *ErrorObject;
|
|
|
|
/* ----------------------------------------------------- */
|