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 ionelmc
Recipients georg.brandl, ionelmc
Date 2008-09-12.15:51:43
SpamBayes Score 0.0002697698
Marked as misclassified No
Message-id <1221234705.58.0.620689980642.issue3848@psf.upfronthosting.co.za>
In-reply-to
Content
The docs on epoll object's register method say: "Registering a file
descriptor that’s already registered is not an error, and has the same
effect as registering the descriptor exactly once."

However when calling register twice with the same fd it will fail with a
bogus "IOError: [Errno 17] File exists" error.
History
Date User Action Args
2008-09-12 15:51:45ionelmcsetrecipients: + ionelmc, georg.brandl
2008-09-12 15:51:45ionelmcsetmessageid: <1221234705.58.0.620689980642.issue3848@psf.upfronthosting.co.za>
2008-09-12 15:51:44ionelmclinkissue3848 messages
2008-09-12 15:51:43ionelmccreate