Commit b9f24677 authored by dtu@chromium.org's avatar dtu@chromium.org

Enable SWIG threading for PyAuto calls. SWIG by default locks CPython's Global...

Enable SWIG threading for PyAuto calls. SWIG by default locks CPython's Global Interpreter Lock for all calls, preventing Python execution on any other thread.


BUG=chromium-os:18436
TEST=Write an autotest that uses a local HTTP server and make a PyAuto call to navigate to a URL served from the server.


Review URL: http://codereview.chromium.org/7607024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96321 0039d316-1c4b-4281-b951-d872f2087c98
parent 46ee933c
......@@ -3944,6 +3944,7 @@
'-I..',
'-python',
'-c++',
'-threads',
'-outdir',
'<(PRODUCT_DIR)',
'-o',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment