Skip to content

Instantly share code, notes, and snippets.

@syakesaba
Created September 21, 2014 01:27
Show Gist options
  • Save syakesaba/c93b2627bc10d931b59b to your computer and use it in GitHub Desktop.
Save syakesaba/c93b2627bc10d931b59b to your computer and use it in GitHub Desktop.
dnet1.12.c.pypy.patch
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