Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r95193:1a6879342343
Date: 2018-10-08 20:23 +0200
http://bitbucket.org/pypy/pypy/changeset/1a6879342343/

Log:    Not importable anyway, so remove the remaining dummy types

diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py
--- a/pypy/module/cpyext/stubs.py
+++ b/pypy/module/cpyext/stubs.py
@@ -6,12 +6,6 @@
 #from pypy.module.cpyext.complexobject import Py_complex_ptr as Py_complex
 #from rpython.rtyper.lltypesystem import rffi, lltype
 
-wrapperbase = rffi.VOIDP
-FILE = rffi.VOIDP
-PyFileObject = rffi.VOIDP
-_inittab = rffi.VOIDP
-_node = rffi.VOIDP
-Py_tracefunc = rffi.VOIDP
 
 @cpython_api([rffi.CCHARP], Py_ssize_t, error=CANNOT_FAIL)
 def PyBuffer_SizeFromFormat(space, format):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to