[issue43264] ListProxy with EventProxy in caused FileNotFoundError: [Errno 2] No such file or directory problem

2021-02-19 Thread Tobiichi
Change by Tobiichi <754785...@qq.com>: -- title: Nested EventProxy in ListProxy cause FileNotFoundError: [Errno 2] No such file or directory problem -> ListProxy with EventProxy in caused FileNotFoundError: [Errno 2] No such file or director

[issue43264] Nested EventProxy in ListProxy cause FileNotFoundError: [Errno 2] No such file or directory problem

2021-02-19 Thread Tobiichi
Change by Tobiichi <754785...@qq.com>: Added file: https://bugs.python.org/file49820/client1.py ___ Python tracker <https://bugs.python.org/issue43264> ___ ___ Pyth

[issue43264] Nested EventProxy in ListProxy cause FileNotFoundError: [Errno 2] No such file or directory problem

2021-02-19 Thread Tobiichi
New submission from Tobiichi <754785...@qq.com>: I append EventProxy into ListProxy like this: ``` l = manager.list([mp.Event() for _ in range(2)]) ``` It works fine on a single node when I'm trying to get this listproxy. but when I trying to use multiple nodes across etherne

[issue37944] Adjacent escape character in json.load()

2019-08-25 Thread Origami Tobiichi
Origami Tobiichi added the comment: I'm sorry that I remove you from list, actually it's my first time to commit an issue on there and I'm afraid I used it wrong. -- nosy: +xtreak ___ Python tracker <https://bugs.pyt

[issue37944] Adjacent escape character in json.load()

2019-08-25 Thread Origami Tobiichi
Origami Tobiichi added the comment: I hope I have given enough infomations. And I'm not good at English, please forgive some of my spell wrong, thanks. -- ___ Python tracker <https://bugs.python.org/is

[issue37944] Adjacent escape character in json.load()

2019-08-25 Thread Origami Tobiichi
Origami Tobiichi added the comment: I tried something like this: ```python print(r'{"foo": "\\\""}') print('{"foo": "\\\""}') print(json.loads(r'{"foo":"\\\""}')) ``` On my machine it

[issue37944] About json.load(s

2019-08-25 Thread Origami Tobiichi
Change by Origami Tobiichi : -- components: Extension Modules nosy: Origami Tobiichi priority: normal severity: normal status: open title: About json.load(s type: behavior versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue37