Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r90340:06c69aa49c64
Date: 2017-02-24 16:39 +0100
http://bitbucket.org/pypy/pypy/changeset/06c69aa49c64/

Log:    Issue #2484: detail

diff --git a/pypy/module/cpyext/parse/cpyext_object.h 
b/pypy/module/cpyext/parse/cpyext_object.h
--- a/pypy/module/cpyext/parse/cpyext_object.h
+++ b/pypy/module/cpyext/parse/cpyext_object.h
@@ -312,7 +312,7 @@
 
 } PyTypeObject;
 
-typedef struct {
+typedef struct _heaptypeobject {
     PyTypeObject ht_type;
     PyNumberMethods as_number;
     PyMappingMethods as_mapping;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to