<div dir="ltr"><div><div><div><div>Hello!<br><br></div>Here's a very simple example (Python 3):<br><br><span style="font-family:monospace">>>>> class C:<br>....     def t(self):<br>....         return __class__<br>....<br>>>>> C.t.__closure__[0]<br><cell at 0x0000000109eca0c0: type object at 0x00007f7f82c225b0></span><br><br></div>My question is, what's the easiest/most natural way of changing the contents of this closure cell on PyPy? On CPython there's a way using ctypes.<br><br></div>This is regarding <br><a href="https://github.com/python-attrs/attrs/issues/102">https://github.com/python-attrs/attrs/issues/102</a>, but the issue boils down to this.<br><br></div>Cheers!<br></div>