Created
September 21, 2014 01:27
-
-
Save syakesaba/c93b2627bc10d931b59b to your computer and use it in GitHub Desktop.
dnet1.12.c.pypy.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24,29d23 | |
< typedef struct { | |
< PyObject_HEAD | |
< PyClassObject *in_class; /* The class object */ | |
< PyObject *in_dict; /* A dictionary */ | |
< PyObject *in_weakreflist; /* List of weak references */ | |
< } PyInstanceObject; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment