Skip to content
Unverified Commit 9e6a5e69 authored by baldurk's avatar baldurk
Browse files

Keep a reference to python function object in wrapped lambda

* This will rarely be relevant, but it ensures if the function is decref'd and
  the lambda is still alive, that we keep the python object alive until we are
  done with it. The primary case for this is persistent callbacks where the
  module is then reloaded.
parent 52c0a806
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment