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 python-dev
Recipients amaury.forgeotdarc, jfonseca, python-dev, steve_hill
Date 2011-07-18.23:30:35
SpamBayes Score 4.797318e-05
Marked as misclassified No
Message-id <E1QixGl-0002ip-6u@dinsdale.python.org>
In-reply-to
Content
New changeset 3fa7581f6d46 by Antoine Pitrou in branch '2.7':
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows.
http://hg.python.org/cpython/rev/3fa7581f6d46

New changeset a01ba3c32a4b by Antoine Pitrou in branch '3.2':
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows.
http://hg.python.org/cpython/rev/a01ba3c32a4b

New changeset aee7c27ea7df by Antoine Pitrou in branch 'default':
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows.
http://hg.python.org/cpython/rev/aee7c27ea7df
History
Date User Action Args
2011-07-18 23:30:36python-devsetrecipients: + python-dev, amaury.forgeotdarc, jfonseca, steve_hill
2011-07-18 23:30:36python-devlinkissue6476 messages
2011-07-18 23:30:35python-devcreate