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 vstinner
Recipients gregory.p.smith, izbyshev, kevans, koobs, nanjekyejoannah, pablogsal, serhiy.storchaka, vstinner
Date 2019-02-01.14:47:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549032449.01.0.571999649005.issue35537@roundup.psfhosted.org>
In-reply-to
Content
New changeset 325e4bac5ab49f47ec60242d3242647605193a2e by Victor Stinner in branch 'master':
bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719)
https://github.com/python/cpython/commit/325e4bac5ab49f47ec60242d3242647605193a2e
History
Date User Action Args
2019-02-01 14:47:30vstinnersetrecipients: + vstinner, gregory.p.smith, serhiy.storchaka, koobs, izbyshev, pablogsal, nanjekyejoannah, kevans
2019-02-01 14:47:29vstinnersetmessageid: <1549032449.01.0.571999649005.issue35537@roundup.psfhosted.org>
2019-02-01 14:47:29vstinnerlinkissue35537 messages
2019-02-01 14:47:28vstinnercreate