GC: Attributes can have values that did not get allocated by the GC
Using the C API it's possible to create a Box instance without using our GC alloc. For example have a look at md5module.c: PyDict_SetItemString(d, "MD5Type", (PyObject *)&MD5type);
Showing
Please register or sign in to comment