diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-02 13:24:21 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-02 13:24:21 -0500 |
commit | 241520ad1038e20554f420e83c65694c5e3fa36a (patch) | |
tree | 90ecb28fe70e8d15bc7c181449c6844fd2d7f1c0 | |
parent | 6c0a82038dcefb35d0421ca1da9b11b2219a39d4 (diff) | |
parent | 42fc0eb82712b1aa2890e5ee1c22be0bb7ddd83a (diff) | |
download | cpython-git-241520ad1038e20554f420e83c65694c5e3fa36a.tar.gz |
merge heads
-rw-r--r-- | Objects/object.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/object.c b/Objects/object.c index 42cbbcd33f..c1d7a05e41 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1825,9 +1825,6 @@ _Py_GetObjects(PyObject *self, PyObject *args) #endif -/* Hack to force loading of pycapsule.o */ -PyTypeObject *_PyCapsule_hack = &PyCapsule_Type; - /* Hack to force loading of abstract.o */ Py_ssize_t (*_Py_abstract_hack)(PyObject *) = PyObject_Size; |