Changes by Alex Perry :
--
pull_requests: +1834
___
Python tracker
<http://bugs.python.org/issue9883>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Alex Perry :
--
pull_requests: +1831
___
Python tracker
<http://bugs.python.org/issue27269>
___
___
Python-bugs-list mailing list
Unsubscribe:
Alex Perry added the comment:
https://github.com/python/cpython/commit/5cc274262a99e5633177fc540261abbbecbbc51c
... seems to implement the principle in this bug, but I'm not convinced this is
a good idea.
--
nosy: +arp11
___
Python tracker
Alex Perry added the comment:
The docstring for the class points out that the `multiprocessing.Manager()`
function creates started instances of the SyncManager class. You should
probably follow that advice, it calls start() for you.
--
nosy: +arp11
Alex Perry added the comment:
You seem to be skipping a step, this is nothing to do with FileInput:
>>> [n for n in Path('.')]
Traceback (most recent call last):
File "", line 1, in
TypeError: 'PosixPath' object is not iterable
>>> [n
Changes by Alex Perry :
--
pull_requests: +1814
___
Python tracker
<http://bugs.python.org/issue9883>
___
___
Python-bugs-list mailing list
Unsubscribe: