Path to this page:
./
devel/py-selectors2,
Back-ported, durable, and portable selectors
Branch: pkgsrc-2022Q4,
Version: 2.0.2nb1,
Package name: py310-selectors2-2.0.2nb1,
Maintainer: pkgsrc-usersBackported, durable, and portable selectors designed to replace the standard
library selectors module.
Features
* Support for all major platforms. (Linux, Mac OS, Windows)
* Support many different selectors
- select.kqueue (BSD, Mac OS)
- select.devpoll (Solaris)
- select.epoll (Linux 2.5.44+)
- select.poll (Linux, Mac OS)
- select.select - (Linux, Mac OS, Windows)
* Support for PEP 475 (Retries system calls on interrupt)
* Support for modules which monkey-patch the standard library after import
(like greenlet, gevent)
* Support for systems which define a selector being available but don't
actually implement it.
Master sites:
Filesize: 18.123 KB
Version history: (Expand)
- (2022-12-27) Package added to pkgsrc.se, version py310-selectors2-2.0.2nb1 (created)