[issue15064] multiprocessing should use more context manager

2012-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 198382b4bcd0 by Richard Oudkerk in branch 'default': Issue #15064: Make BaseManager.__enter__() start server if necessary. http://hg.python.org/cpython/rev/198382b4bcd0 New changeset 836d712461b3 by Richard Oudkerk in branch 'default': Issue #15064

[issue15064] multiprocessing should use more context manager

2012-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d2a773d8e00 by Richard Oudkerk in branch 'default': Issue #15064: Implement context manager protocol for multiprocessing types http://hg.python.org/cpython/rev/6d2a773d8e00 -- nosy: +python-dev ___ Pyth

[issue15064] multiprocessing should use more context manager

2012-06-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15064] multiprocessing should use more context manager

2012-06-14 Thread Richard Oudkerk
New submission from Richard Oudkerk : There are some types which should support the context manager protocol: - connection objects - listener objects - pool objects -- messages: 162776 nosy: sbt priority: normal severity: normal stage: needs patch status: open title: multiprocessing sho