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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/subprocess32/README.txt
diff --git a/tools/telemetry/third_party/subprocess32/README.txt b/tools/telemetry/third_party/subprocess32/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8608e7d693e47e7ecf838aebb8ae04930785a45a
--- /dev/null
+++ b/tools/telemetry/third_party/subprocess32/README.txt
@@ -0,0 +1,16 @@
+This is a backport of the Python 3.2 subprocess module for use on
+Python versions 2.4 through 2.7.
+
+It includes many important bug fixes including a C extension module used
+internally to handle the code path between fork() and exec(). This version
+is reliable when an application is using threads.
+
+Refer to the Python 3.2 documentation for usage information:
+ http://docs.python.org/3.2/library/subprocess.html
+
+Timeout support backported from Python 3.3 is also included.
+
+Bugs? Try to reproduce them on the latest Python 3.x itself and file bug
+reports on http://bugs.python.org/. Add gregory.p.smith to the Nosy list.
+
+-- Gregory P. Smith greg@krypto.org
« 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