| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
This probably fails because of the dict hacks in StructUnionType_new (wild guess). |
Sorry, something went wrong.
Port PyCStgDict_Type to heap type.
|
While I am still trying to figure out where it breaks, you may proceed to port other simpler types (if there are any). |
Sorry, something went wrong.
|
What's the status of this PR? Is it ready for review? It's still marked as a draft. |
Sorry, something went wrong.
| PyCStgDict_traverse(StgDictObject *self, visitproc visit, void *arg) | ||
| { | ||
| Py_VISIT(Py_TYPE(self)); | ||
| Py_VISIT(self->proto); |
There was a problem hiding this comment.
Maybe an extra visit to the proto member? The CDataType_traverse function in _ctypes.c has an explicit Py_VISIT(dict->proto).
Sorry, something went wrong.
|
I don't have the bandwidth to follow up this right now; abandoning this PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Port PyCStgDict_Type to heap type.