mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged hanged order of cleanup operations from 3.2.
This commit is contained in:
commit
ac20f463da
1 changed files with 1 additions and 1 deletions
|
@ -611,8 +611,8 @@ class HandlerTest(BaseTest):
|
|||
r = logging.makeLogRecord({'msg': 'testing' })
|
||||
h.handle(r)
|
||||
finally:
|
||||
h.close()
|
||||
remover.join()
|
||||
h.close()
|
||||
if os.path.exists(fn):
|
||||
os.unlink(fn)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue