mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
#include "allobjects.h"
|
|
#include "modsupport.h" /* For getargs() etc. */
|
|
|
|
static object *ErrorObject;
|
|
|
|
/* ----------------------------------------------------- */
|