David Chen added the comment:
After some investigation, i almost finally identified the root cause - it was
caused by the following line in `Server` class in `manager.py` file:
```
self.listener = Listener(address=address, backlog=16)
```
i'm not sure where the magic number `16` came
New submission from David Chen :
could someone help me out? i spent a lot of time to debug a race condition i
have encountered when using BaseManager, Pool within multiprocessing library.
here is the simplified code:
```
import sys, time
from multiprocessing.managers import BaseManager
Colin David Chen added the comment:
Ah, you're correct. The behavior is consistent if you use strings in both
invocations. The Path conversion strips the final '\\'. Doc examples do use the
names of directories rather than a Path object.
I will close the issue. Thanks for the
Changes by Colin David Chen :
--
title: os.walk generator vs -> os.walk generator giving inconsistent results
___
Python tracker
<http://bugs.python.org/issu
New submission from Colin David Chen:
os.walk in 3.6rc1 (Windows) appears to generate different output depending on
its invocation.
In the first invocation, I use the generator to yield one result at a time:
source = "C:\\cdchen_data\\downloads\\python-xlib-0.18\\"
texasranger = os