[issue22239] asyncio: nested event loop

2014-08-28 Thread Daniel Arbuckle
Daniel Arbuckle added the comment: All right. However, for anyone who's interested, here is a patch that enables nested event loops in asyncio, and the accompanying unit tests -- keywords: +patch Added file: http://bugs.python.org/file36498/nested.

[issue22239] asyncio: nested event loop

2014-08-20 Thread Daniel Arbuckle
New submission from Daniel Arbuckle: It's occasionally necessary to invoke the asyncio event loop from code that was itself invoked within (although usually not directly by) the event loop. For example, imagine you are writing a class that serves as a local proxy for a remote data stru

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2008-08-01 Thread Daniel Arbuckle
Daniel Arbuckle <[EMAIL PROTECTED]> added the comment: As of December 2007, Guido did not believe that you or anyone else cared enough about asyncore/asynchat to update them to py3k: http://mail.python.org/pipermail/python-dev/2007-December/075574.html Thankfully there's been a re

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2008-08-01 Thread Daniel Arbuckle
Daniel Arbuckle <[EMAIL PROTECTED]> added the comment: > From what I understand, the OP wants to be able to pass unicode strings > across a network connection. That's incorrect. At the time I formulated this patch, asyncore/asynchat were slated for removal from the standard li

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2008-07-31 Thread Daniel Arbuckle
Daniel Arbuckle <[EMAIL PROTECTED]> added the comment: I'll update the patch and post it again. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1641] asyncore delayed calls feature

2008-03-19 Thread Daniel Arbuckle
Daniel Arbuckle <[EMAIL PROTECTED]> added the comment: Unfortunately, it appears that asyncore and asynchat are caught in a deadlock, in which it is demanded that certain patches be applied before any further work is done, but nobody (even among those making the demands) is both willing an

[issue1736190] asyncore/asynchat patches

2008-02-14 Thread Daniel Arbuckle
Changes by Daniel Arbuckle: -- nosy: +djarb _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1736190> _ ___ Python-bugs-list mailing list Unsubs

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2008-02-13 Thread Daniel Arbuckle
Changes by Daniel Arbuckle: Added file: http://bugs.python.org/file9428/asyn_py3k_restructured.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1563> __ ___

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2008-02-13 Thread Daniel Arbuckle
Changes by Daniel Arbuckle: Added file: http://bugs.python.org/file9427/asyn_py3k.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1563> __ ___ Python-bugs-

[issue1641] asyncore delayed calls feature

2007-12-18 Thread Daniel Arbuckle
Changes by Daniel Arbuckle: -- nosy: +djarb __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1641> __ ___ Python-bugs-list mailing list Unsubs

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2007-12-06 Thread Daniel Arbuckle
New submission from Daniel Arbuckle: [EMAIL PROTECTED] is working up a patch for this. -- components: Library (Lib) messages: 58251 nosy: djarb severity: normal status: open title: asyncore and asynchat incompatible with Py3k str and bytes type: behavior versions: Python 3.0