mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
(cherry picked from commit a7719e27b3
)
This commit is contained in:
parent
83e37e16f3
commit
3e866dfaec
1 changed files with 1 additions and 0 deletions
|
@ -770,6 +770,7 @@ if threading:
|
||||||
"""
|
"""
|
||||||
self.close()
|
self.close()
|
||||||
self._thread.join(timeout)
|
self._thread.join(timeout)
|
||||||
|
asyncore.close_all(map=self._map, ignore_all=True)
|
||||||
self._thread = None
|
self._thread = None
|
||||||
|
|
||||||
class ControlMixin(object):
|
class ControlMixin(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue