Backport of the new select module with epoll and kqueue interface
Project description
The select26 extension is a backport of the new API functions of Python 2.6 for Python 2.3 to 2.5. It contains object oriented wrappers for epoll (Linux 2.6) and kqueue/kevent (BSD).
>>> try: ... import select26 as select ... except ImportError: ... import select
>>> ep = select.epoll() >>> kq = select.kqueue()
This release is based upon Python svn trunk r62498.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
select26-0.1a3.tar.gz
(24.9 kB
view details)
File details
Details for the file select26-0.1a3.tar.gz
.
File metadata
- Download URL: select26-0.1a3.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62bcf45119dc066436795dd10f45512895acdb3484b81cfd057964adb1d5462d |
|
MD5 | 01b8929e7cfc4a8deb777b92e3115c15 |
|
BLAKE2b-256 | b310360280ec4eb4c2c6bb94ec3dc7752cb8d475e82aa0fc54d28a23060b8489 |