On Aug 1, 2011, at 10:50 AM, diego_pmc <[email protected]> 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. > _______________________________________________ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
