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 gvanrossum
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2014-11-29.01:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417223570.5.0.521514329742.issue21998@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, what is the magic call to make in the child (or in the parent pre-fork???) to disable the epoll object in the child without disabling it in the parent?

(Perhaps just closing the selector and letting the unregister calls fail would work?)
History
Date User Action Args
2014-11-29 01:12:50gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, martius
2014-11-29 01:12:50gvanrossumsetmessageid: <1417223570.5.0.521514329742.issue21998@psf.upfronthosting.co.za>
2014-11-29 01:12:50gvanrossumlinkissue21998 messages
2014-11-29 01:12:50gvanrossumcreate