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 gregory.p.smith, izbyshev, vstinner
Date 2018-02-06.07:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517901934.35.0.467229070634.issue32777@psf.upfronthosting.co.za>
In-reply-to
Content
> out of curiosity, did you actually diagnose a process deadlocked due to this or was it noted via code inspection?

The latter. I noted it while working on another issue. While it was easy to trigger a malloc() in child_exec() by e.g. specifying an invalid fd in pass_fds for Popen, I haven't tried to arrange a deadlock.
History
Date User Action Args
2018-02-06 07:25:34izbyshevsetrecipients: + izbyshev, gregory.p.smith, vstinner
2018-02-06 07:25:34izbyshevsetmessageid: <1517901934.35.0.467229070634.issue32777@psf.upfronthosting.co.za>
2018-02-06 07:25:34izbyshevlinkissue32777 messages
2018-02-06 07:25:34izbyshevcreate