We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87befe commit a06faefCopy full SHA for a06faef
src/PromiseType.cc
@@ -58,6 +58,7 @@ static bool onResolvedCb(JSContext *cx, unsigned argc, JS::Value *vp) {
58
future.setException(result);
59
}
60
61
+ Py_XDECREF(result);
62
return true;
63
64
0 commit comments