[python-win32] Finding attached object?

Mark Hammond skippy.hammond at gmail.com
Wed Mar 4 00:29:56 CET 2009


On 4/03/2009 8:59 AM, Greg Ewing wrote:
> Given a PyAssocObject, is there some way of finding
> the object that was attached to it with AttachObject?

Apparently not from Python.  It would be easy to add, but I guess that 
doesn't help you much now (or parse the repr() and use ctypes to de-ref 
the pointer, then wash your hands ;)

Cheers,

Mark



More information about the python-win32 mailing list