Skip to content

Commit 3d94116

Browse files
committed
DISPATCH-2144 Remove Python lock on the router's side; use the lock Python itself created
1 parent 1082c9c commit 3d94116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_embedded.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ void qd_python_finalize(void)
6666
{
6767
(void) qd_python_lock();
6868

69+
Py_DECREF(message_type);
6970
Py_DECREF(dispatch_module);
7071
dispatch_module = 0;
7172
PyGC_Collect();

0 commit comments

Comments
 (0)