This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, serhiy.storchaka
Date 2012-11-16.18:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353090909.04.0.680688476869.issue16488@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that's very useful since generally the epoll object will have to survive accross function calls (it's usually stored as an attribute somewhere on your event loop).

On the other hand, this addition doesn't hurt.
History
Date User Action Args
2012-11-16 18:35:09pitrousetrecipients: + pitrou, serhiy.storchaka
2012-11-16 18:35:09pitrousetmessageid: <1353090909.04.0.680688476869.issue16488@psf.upfronthosting.co.za>
2012-11-16 18:35:09pitroulinkissue16488 messages
2012-11-16 18:35:08pitroucreate