selectors34 is a backport of the selectors module from Python 3.4. The selectors module written by Charles-François Natali. This port is based on Victor Stinner’s trollius/selectors.py port.
Installation and UsageTo install selectors34 via pip:
$ pip install selectors34
For best compatibility for Python 3.4, import selectors34 like:
try: import selectors except ImportError: import selectors34 as selectorsProject Details
https://bugs.python.org/ (upstream)
Python 2.6, 2.7 and 3.3
Python Software Foundation License
Pull request #3: wrap_error() compatibility layer for PEP 3151 has been removed. (Patch written by Victor Stinner.)
Pull request #4: Fix TypeError when select.select() is monkeypatched by Gevent. Note that this is no longer an issue with the stdlib selectors module on Gevent 1.1 and later. (Patch written by Przemysław Węgrzyn.)
Pull request #7: Fix a memory leak when GC is disabled. (Patch written by Max Baryshnikov.)
Issues #23209, #23225: selectors.BaseSelector.get_key() now raises a RuntimeError if the selector is closed. And selectors.BaseSelector.close() now clears its internal reference to the selector mapping to break a reference cycle. (Initial patch written by Martin Richard and backported by Victor Stinner.)
Issues #23209, #23225: selectors.BaseSelector.close() now clears its internal reference to the selector mapping to break a reference cycle. (Initial patch written by Martin Richard and backported by Victor Stinner.)
Issue #23009: Make sure selectors.EpollSelector.select() works when no FD is registered. (Backported by Victor Stinner.)
Initial release.
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution Built Distribution File detailsDetails for the file selectors34-1.2.tar.gz
.
09f5066337f8a76fb5233f267873f89a27a17c10bf79575954894bb71686451c
MD5 bc855a1c8839a811476c019dc07d92dd
BLAKE2b-256 7a5efb5491a0295ee9d018d046ecffc30cec26075cb925f35bd24d40036aa95a
See more details on using hashes here.
File detailsDetails for the file selectors34-1.2-py2.py3-none-any.whl
.
b8906fa8cd794fa1de5c8c7ccf8937d4d6a1d2937acc525594e5c6d04508d22d
MD5 349b81ca6f09a72cfe7fab994796331e
BLAKE2b-256 13254f4fa70ab23ad6263fe59cedf9dcd3ef71aa7f99c556c5e4c6435829e22d
See more details on using hashes here.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4