Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

select26

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select26

Backport of the new select module with epoll and kqueue interface

  • 0.1a3
  • PyPI
  • Socket score

Maintainers
2

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc