PyCodeObject.co_extra

Scratch space for extra data relating to the code object. Type is a void* to keep the format private in codeobject.c to force people to go through the proper APIs

struct PyCodeObject
version(Python_3_6_Or_Later)
void* co_extra;

Meta