Aug. 2, 2011
midnight
On Aug 1, 2011, at 10:50 AM, diego_pmc <paulc.mnt@gmail.com> wrote:
How should I capture Python function objects such that I won't increase their reference count? I only need a weak reference to the objects.
http://docs.python.org/library/weakref.html#module-weakref I don't know how to access a Python weakref from Boost.Python.