reference implementation of PEP 3156
Project description
Tulip is the codename for my reference implementation of PEP 3156.
PEP 3156: http://www.python.org/dev/peps/pep-3156/
* This requires Python 3.3 or later! *
Copyright/license: Open source, Apache 2.0. Enjoy.
Master Mercurial repo: http://code.google.com/p/tulip/
The actual code lives in the ‘asyncio’ subdirectory. Tests are in the ‘tests’ subdirectory.
- To run tests:
make test
- To run coverage (coverage package is required):
make coverage
On Windows, things are a little more complicated. Assume ‘P’ is your Python binary (for example C:Python33python.exe).
You must first build the _overlapped.pyd extension (it will be placed in the asyncio directory):
C> P setup.py build_ext
Then you can run the tests as follows:
C> P runtests.py
And coverage as follows:
C> P runtests.py –coverage
–Guido van Rossum <guido@python.org>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for asyncio-0.4.1-cp33-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5adb2762af409fcea089e390679f12796b9f34e4470845599b00ce3368d38f29 |
|
MD5 | 76eb4c43eeef66eb8e9bb41f47e44a4d |
|
BLAKE2b-256 | 8703beeb9e86910c04c7a046bc073d07cc93371b9a59f28803b88a4146eadf37 |
Hashes for asyncio-0.4.1-cp33-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a598ab70cf1841924b4a9fe9ea73d30626d351d09ee203116c225047b6143f4 |
|
MD5 | 66aaf179eaf79e70b0930615b6be8150 |
|
BLAKE2b-256 | c9e1e036ae67a4700990f0d12156c7411b9784e5c988fc52c5b50df9bcfa5d3a |