You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- channelobject.c: Fix two reference leaks in the C-implementations of channel.send_throw() and channel.send_exception().
- stacklessmodule.c: Fix a reference leak in PyStackless_CallErrorHandler(), if Stackless runs a user defined error-handler.
- ceval.c: Fix a reference leak in PyEval_EvalFrameEx_slp(), if a profile or trace function fails.
- prickelpit.c and test_pickle.py: Fix reference leaks, if stackless._wrap.frame.__setstate__() fails, due to an invalid state. Add a test case.
https://bitbucket.org/stackless-dev/stackless/issues/117
(grafted from f5d4ba8df893949daa6938b7161786783fb0c149)
0 commit comments