[issue35545] asyncio.base_events.create_connection doesn't handle scoped IPv6 addresses

2019-07-09 Thread Zaar Hai
Zaar Hai added the comment: Good day guys, Does anyone have an idea if it's going to be fixed for 3.8? -- nosy: +Zaar Hai ___ Python tracker <https://bugs.python.org/issue35

[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-08-02 Thread Zaar Hai
Zaar Hai haiz...@gmail.com added the comment: Exactly. Thank you. On Mon, Aug 2, 2010 at 1:59 AM, Georg Brandl rep...@bugs.python.org wrote: Georg Brandl ge...@python.org added the comment: The issue in the iniparse tracker has been closed as fixed now, so I assume the problem

[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-05-04 Thread Zaar Hai
New submission from Zaar Hai haiz...@gmail.com: I'm using INIConfig class from iniparse module(http://code.google.com/p/iniparse). I've tried to use multiprocessing.Queue to propagate configuration changes between the processes. However, INIConfig instances have troubles being pushed through