python-eventlet 0.25.1-2ubuntu1 source package in Ubuntu
Changelog
python-eventlet (0.25.1-2ubuntu1) focal; urgency=medium * d/p/ssl-compat.patch: Fix compatibility with SSLContext base use of wrap_socket for Python >= 3.7 (LP: #1884580). -- James Page <email address hidden> Thu, 02 Jul 2020 08:30:30 +0100
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-eventlet_0.25.1.orig.tar.gz | 383.5 KiB | 6c9c625af48424c4680d89314dbe45a76cc990cf002489f9469ff214b044ffc1 |
python-eventlet_0.25.1-2ubuntu1.debian.tar.xz | 14.8 KiB | db9237ba6e79b8fbb4fb653f97eda262f12bad2bc6a452bc42623d8209f299e2 |
python-eventlet_0.25.1-2ubuntu1.dsc | 2.4 KiB | 1a148fe9ee61a770f03a4a71244a03745d6474e142283bb0df3f13e77de24725 |
Available diffs
Binary packages built by this source
- python-eventlet-doc: concurrent networking library - doc
Eventlet allows you to change how you run your code, not how you write it.
.
It uses epoll or libevent for highly scalable non-blocking I/O.
Coroutines ensure that the developer uses a blocking style of programming
that is similar to threading, but provide the benefits of non-blocking I/O.
The event dispatch is implicit, which means you can easily use Eventlet from
the Python interpreter, or as a small part of a larger application.
.
It's easy to get started using Eventlet, and easy to convert existing
applications to use it. Start off by looking at examples, common design
patterns, and the list of the basic API primitives.
.
This package provides the documentation.
- python3-eventlet: concurrent networking library
Eventlet allows you to change how you run your code, not how you write it.
.
It uses epoll or libevent for highly scalable non-blocking I/O.
Coroutines ensure that the developer uses a blocking style of programming
that is similar to threading, but provide the benefits of non-blocking I/O.
The event dispatch is implicit, which means you can easily use Eventlet from
the Python interpreter, or as a small part of a larger application.
.
It's easy to get started using Eventlet, and easy to convert existing
applications to use it. Start off by looking at examples, common design
patterns, and the list of the basic API primitives.
.
This package provides the Python 3.x module.