mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
merge r68915 to py3k
This commit is contained in:
parent
cddcf444b2
commit
41faa543b6
5 changed files with 82 additions and 20 deletions
|
@ -48,7 +48,7 @@ __all__ = [
|
|||
'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
|
||||
'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition',
|
||||
'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
|
||||
'RawValue', 'RawArray'
|
||||
'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
|
||||
]
|
||||
|
||||
__author__ = 'R. Oudkerk (r.m.oudkerk@gmail.com)'
|
||||
|
@ -61,6 +61,7 @@ import os
|
|||
import sys
|
||||
|
||||
from multiprocessing.process import Process, current_process, active_children
|
||||
from multiprocessing.util import SUBDEBUG, SUBWARNING
|
||||
|
||||
#
|
||||
# Exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue