Avoid circular reference
(cherry picked from commit db30cd66d33502161bb90939516782761283c06e)
This commit is contained in:
parent
ba9865ab70
commit
91019374f5
@ -180,7 +180,10 @@ init python:
|
||||
self.wait = wait
|
||||
self.label = label
|
||||
self.func = func
|
||||
self.queue = mailbox.letters
|
||||
|
||||
@property
|
||||
def queue(self):
|
||||
return mailbox.letters
|
||||
|
||||
def send(self):
|
||||
self.mailed = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user