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
3969079d
Commit
3969079d
authored
Jul 02, 2013
by
Richard Oudkerk
Browse files
Options
Browse Files
Download
Plain Diff
Issue #17261: Ensure multiprocessing's proxies use proper address.
parents
08851adb
ce9946df
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 @
3969079d
...
...
@@ -731,6 +731,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 @
3969079d
...
...
@@ -138,6 +138,8 @@ Core and Builtins
Library
-------
-
Issue
#
17261
:
Ensure
multiprocessing
's proxies use proper address.
- Issue #18343: faulthandler.register() now keeps the previous signal handler
when the function is called twice, so faulthandler.unregister() restores
correctly the original signal handler.
...
...
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