
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
selectors34
Advanced tools
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.
To 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 selectors
:Documentation: https://docs.python.org/3/library/selectors.html :PyPI: https://pypi.python.org/pypi/selectors34 :Issue tracker: https://bugs.python.org/ (upstream) :Issue tracker: https://github.com/berkerpeksag/selectors34/issues :Supported versions: Python 2.6, 2.7 and 3.3 :License: Python Software Foundation License :Build status: .. image:: https://travis-ci.org/berkerpeksag/selectors34.svg?branch=master :target: https://travis-ci.org/berkerpeksag/selectors34
wrap_error() compatibility layer for PEP 3151 has been
removed.
(Patch written by Victor Stinner.)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.)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.)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.)selectors.EpollSelector.select() works when no
FD is registered.
(Backported by Victor Stinner.)FAQs
Backport of the selectors module from Python 3.4.
We found that selectors34 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.