mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Submit Nick's patch for issue 3589, reviewed by jnoller
This commit is contained in:
parent
34bfda55d2
commit
27cc8e1dd2
4 changed files with 32 additions and 132 deletions
|
@ -54,7 +54,7 @@ def sub_warning(msg, *args):
|
|||
|
||||
def get_logger():
|
||||
'''
|
||||
Returns logger used by multiprocessing
|
||||
Return package logger -- if it does not already exist then it is created
|
||||
'''
|
||||
global _logger
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue