]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: fix ~MonCommandCompletion
authorJohn Spray <john.spray@redhat.com>
Tue, 17 Oct 2017 22:14:43 +0000 (18:14 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:29 +0000 (23:03 +0000)
commit2a94381b53241f9ecb98c4cc605ef6547b910ca2
tree3ae1b6e9d56c263feac7c3037e0e60275d8ac197
parent045ed0e023ae2d1a567b3426ef2b48980a851b7e
mgr: fix ~MonCommandCompletion

This was doing a Py_DECREF outside of the Gil.

Fixes: http://tracker.ceph.com/issues/21593
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 58dfa97ba88882fb3540d15e31bcac48a1aef5ef)
src/mgr/BaseMgrModule.cc