mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
7 lines
165 B
Text
7 lines
165 B
Text
|
|
#include "allobjects.h"
|
|
#include "modsupport.h" /* For getargs() etc. */
|
|
|
|
static object *ErrorObject;
|
|
|
|
/* ----------------------------------------------------- */
|