Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1e462fef
Commit
1e462fef
authored
Jul 02, 2013
by
Richard Oudkerk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #17261: Ensure multiprocessing's proxies use proper address.
parent
4bc130c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/multiprocessing/managers.py
Lib/multiprocessing/managers.py
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/multiprocessing/managers.py
View file @
1e462fef
...
...
@@ -763,6 +763,7 @@ class BaseProxy(object):
elif
kind
==
'#PROXY'
:
exposed
,
token
=
result
proxytype
=
self
.
_manager
.
_registry
[
token
.
typeid
][
-
1
]
token
.
address
=
self
.
_token
.
address
proxy
=
proxytype
(
token
,
self
.
_serializer
,
manager
=
self
.
_manager
,
authkey
=
self
.
_authkey
,
exposed
=
exposed
...
...
Misc/NEWS
View file @
1e462fef
...
...
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
- Issue #17261: Ensure multiprocessing'
s
proxies
use
proper
address
.
-
Issue
#
17097
:
Make
multiprocessing
ignore
EINTR
.
-
Issue
#
18155
:
The
csv
module
now
correctly
handles
csv
files
that
use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment