[pypy-commit] pypy default: Issue #2484: detail

arigo pypy.commits at gmail.com
Fri Feb 24 10:39:58 EST 2017


Author: Armin Rigo <arigo at tunes.org>
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;


More information about the pypy-commit mailing list