commit | e6bab480acb17ba62d948f22a29cdd08289e7986 | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Mon Mar 30 16:11:16 2009 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Mon Mar 30 16:11:16 2009 +0000 |
tree | bf5ce0dccc380506d18d30b989172987f192fd86 | |
parent | 783fa44f2cba927dd7c1e2b03866a01a5dd82990 [diff] [blame] |
Merge 68768 to maint
diff --git a/Modules/_multiprocessing/connection.h b/Modules/_multiprocessing/connection.h index 155b61b..458d1d3 100644 --- a/Modules/_multiprocessing/connection.h +++ b/Modules/_multiprocessing/connection.h
@@ -354,7 +354,7 @@ } Py_BEGIN_ALLOW_THREADS - res = conn_poll(self, timeout); + res = conn_poll(self, timeout, _save); Py_END_ALLOW_THREADS switch (res) {