[Python-Dev] Looking for volunteers to test Tulip on Windows (original) (raw)

Richard Oudkerk shibturn at gmail.com
Fri Oct 18 19:04:48 CEST 2013


On 18/10/2013 5:31pm, Guido van Rossum wrote:

I'm working from home today and my Windows laptop is in the office, so I won't be able to test my latest Tulip changes on Windows (I just renamed pause to pausereading, and hope to commit pausereading later today). Is anyone luckier?

$ hg id 97f6f35b02e5 (asyncio) tip

$ python-release runtests.py Skipping 'test_unix_events': UNIX only ................................................s.................s......ss...ssssssssssss.....s........s....ss..sss.....ss...ssssssssssssss....................................................................................................................................................................................................................................................................................................................................................................................................................

Ran 544 tests in 12.790s

OK (skipped=39)

Also, reading through the Windows OpenSSL setup in PCbuild/readme.txt I lost courage, so I've not tested the SSL behavior on Windows at all. Is anyone lucky enough to have a Python 3.4 alpha for Windows setup with OpenSSL already configured? If so, could you run testasyncio for me and let me know if there are any issues? (Actually, even a working Python 3.3 setup would be useful, although you'd have to check out the Tulip repo and run the tests from there.)

$ python-release -c 'import sys; print(sys.version)' 3.4.0a3+ (default:7172135d60f6, Oct 18 2013, 17:54:18) [MSC v.1600 32 bit (Intel)]

$ python-release -m test test_asyncio [1/1] test_asyncio 1 test OK.

BTW, pcbuild.sln was not building _overlapped automatically -- I have pushed a fix.

-- Richard



More information about the Python-Dev mailing list