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 christian.heimes
Recipients andrewsg, christian.heimes, dontbugme, eivindt, georg.brandl, marcadam, sphickson
Date 2021-10-20.12:47:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634734061.94.0.750453906053.issue5993@roundup.psfhosted.org>
In-reply-to
Content
Are Python 3.9 to 3.11 still affected by the issue?

The webbrowser module now uses subprocess.Popen() to start browsers. The subprocess module calls wait() and performs additional cleanup to prevent zombies.
History
Date User Action Args
2021-10-20 12:47:41christian.heimessetrecipients: + christian.heimes, georg.brandl, dontbugme, eivindt, andrewsg, marcadam, sphickson
2021-10-20 12:47:41christian.heimessetmessageid: <1634734061.94.0.750453906053.issue5993@roundup.psfhosted.org>
2021-10-20 12:47:41christian.heimeslinkissue5993 messages
2021-10-20 12:47:41christian.heimescreate