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.10:05:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549015535.07.0.751184987054.issue35537@roundup.psfhosted.org>
In-reply-to
Content
New changeset 80c5dfe74b4402d0a220c9227f262ec6fde1d7fc by Victor Stinner (Joannah Nanjekye) in branch 'master':
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608)
https://github.com/python/cpython/commit/80c5dfe74b4402d0a220c9227f262ec6fde1d7fc
History
Date User Action Args
2019-02-01 10:05:36vstinnersetrecipients: + vstinner, gregory.p.smith, serhiy.storchaka, koobs, izbyshev, pablogsal, nanjekyejoannah, kevans
2019-02-01 10:05:35vstinnersetmessageid: <1549015535.07.0.751184987054.issue35537@roundup.psfhosted.org>
2019-02-01 10:05:35vstinnerlinkissue35537 messages
2019-02-01 10:05:34vstinnercreate