[issue20626] Manager documentation unclear about lists and thread safeness

2021-04-04 Thread Erlend Egeberg Aasland
Erlend Egeberg Aasland added the comment: 1. A link was added in commit 86a76684269f940a20366cb42668f1acb0982dca 2. The Programming Guidelines mentions thread safety of proxies: https://docs.python.org/3/library/multiprocessing.html#programming-guidelines Can this be closed? -- nosy

[issue20626] Manager documentation unclear about lists and thread safeness

2014-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue20626] Manager documentation unclear about lists and thread safeness

2014-02-14 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> needs patch type: -> enhancement versions: -Python 3.1, Python 3.2, Python 3.5 ___ Python tracker ___ __

[issue20626] Manager documentation unclear about lists and thread safeness

2014-02-14 Thread Irvin Probst
Changes by Irvin Probst : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker ___

[issue20626] Manager documentation unclear about lists and thread safeness

2014-02-14 Thread Irvin Probst
New submission from Irvin Probst: In the the Manager's lists documentation one can read: """ list() list(sequence) Create a shared list object and return a proxy for it. """ IMHO it is really unclear whether these lists have something more than traditionnal lists or not. When you have a look