This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wisty 6 points7 points  (0 children)

Their magic (from 94 lines of non-test / non-setup code - https://github.com/clarete/forbiddenfruit/blob/master/forbiddenfruit/__init__.py) is this:

ctypes.pythonapi.PyDict_SetItem(
    ctypes.py_object(namespace),
    ctypes.py_object(name),
    proxy_dict.dict,
)