Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1381)

Side by Side Diff: tools/telemetry/third_party/subprocess32/README.txt

Issue 1323303002: [Telemetry] Add timeout to telemetry run_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a backport of the Python 3.2 subprocess module for use on
2 Python versions 2.4 through 2.7.
3
4 It includes many important bug fixes including a C extension module used
5 internally to handle the code path between fork() and exec(). This version
6 is reliable when an application is using threads.
7
8 Refer to the Python 3.2 documentation for usage information:
9 http://docs.python.org/3.2/library/subprocess.html
10
11 Timeout support backported from Python 3.3 is also included.
12
13 Bugs? Try to reproduce them on the latest Python 3.x itself and file bug
14 reports on http://bugs.python.org/. Add gregory.p.smith to the Nosy list.
15
16 -- Gregory P. Smith greg@krypto.org
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/subprocess32/README.chromium ('k') | tools/telemetry/third_party/subprocess32/_posixsubprocess.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698