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 steve.dower
Recipients docs@python, eryksun, jwilk, paul.moore, steve.dower, techtonik, terry.reedy, tim.golden, zach.ware
Date 2021-03-29.20:26:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617049577.74.0.283443787419.issue19124@roundup.psfhosted.org>
In-reply-to
Content
> nt.spawnv[e](), nt.waitpid(), and nt.system() could also be implemented with subprocess.

I like the idea, but we shouldn't invert the dependencies like that. nt/os is a lower-level library, and should provide its own implementation (that perhaps subprocess could then use).
History
Date User Action Args
2021-03-29 20:26:17steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, techtonik, tim.golden, jwilk, docs@python, zach.ware, eryksun
2021-03-29 20:26:17steve.dowersetmessageid: <1617049577.74.0.283443787419.issue19124@roundup.psfhosted.org>
2021-03-29 20:26:17steve.dowerlinkissue19124 messages
2021-03-29 20:26:17steve.dowercreate