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 izbyshev
Recipients izbyshev, koobs, rudolphf, vstinner
Date 2018-02-20.14:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519136963.01.0.467229070634.issue32849@psf.upfronthosting.co.za>
In-reply-to
Content
> But I'm not sure why it can be solved, sometimes, by restarting the the daemon.

Could it be simply because daemon is respawned from a process that does have a valid stdin at the time of respawn?

Note that daemon has an option to redirect std streams to /dev/null.
History
Date User Action Args
2018-02-20 14:29:23izbyshevsetrecipients: + izbyshev, vstinner, koobs, rudolphf
2018-02-20 14:29:23izbyshevsetmessageid: <1519136963.01.0.467229070634.issue32849@psf.upfronthosting.co.za>
2018-02-20 14:29:22izbyshevlinkissue32849 messages
2018-02-20 14:29:22izbyshevcreate