mirror of https://github.com/python/cpython
Include the weakref object interface.
This commit is contained in:
parent
e029242d5c
commit
19bc578a09
|
@ -90,6 +90,7 @@
|
|||
#include "cellobject.h"
|
||||
#include "iterobject.h"
|
||||
#include "descrobject.h"
|
||||
#include "weakrefobject.h"
|
||||
|
||||
#include "codecs.h"
|
||||
#include "pyerrors.h"
|
||||
|
|
Loading…
Reference in New Issue