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 serhiy.storchaka
Recipients Arfrever, chortos, serhiy.storchaka, terry.reedy
Date 2013-09-25.15:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380123336.85.0.0289676753838.issue19021@psf.upfronthosting.co.za>
In-reply-to
Content
I'm wondering too. While the code in Popen.__del__() is almost same, I can't reproduce the issue in 3.3. Perhaps it relates to some 3.4 changes? Import machinery, weak references, the shutdown process?

Before applying the patch which fixes Popen.__del__() I want understand what happens.
History
Date User Action Args
2013-09-25 15:35:36serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, Arfrever, chortos
2013-09-25 15:35:36serhiy.storchakasetmessageid: <1380123336.85.0.0289676753838.issue19021@psf.upfronthosting.co.za>
2013-09-25 15:35:36serhiy.storchakalinkissue19021 messages
2013-09-25 15:35:36serhiy.storchakacreate