python-tornado 4.5.3-1ubuntu0.2 source package in Ubuntu

Changelog

python-tornado (4.5.3-1ubuntu0.2) bionic; urgency=low

  * d/p/0001-lp1903733-read-queue-of-1-message.patch (LP: #1903733)
    - fixes potential oom error with python-tornado client websocket
  * d/p/0002-lp1903733-Remove-unused-import.patch
    - code clean up

 -- Heather Lemon <email address hidden>  Tue, 12 Jan 2021 20:57:40 +0000

Upload details

Uploaded by:
Heather Lemon
Sponsored by:
Mauricio Faria de Oliveira
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe python

Downloads

File Size SHA-256 Checksum
python-tornado_4.5.3.orig.tar.gz 495.4 KiB bd2f33a3ede0303d51a424961ee72f8b0a87bcd82ad737d16d8a05364b3d64be
python-tornado_4.5.3-1ubuntu0.2.debian.tar.xz 14.9 KiB e36efb76e02de2335f61081c6bb3e6c5ef9047091a0750611855e3003255d4d5
python-tornado_4.5.3-1ubuntu0.2.dsc 2.9 KiB 9f1d5c57f036f7f4c60f144bf7e2d6a61ec9def28bbcb679cd9e0b4bf3216079

View changes file

Binary packages built by this source

python-tornado: scalable, non-blocking web server and tools

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This is the Python 2 version of the package.

python-tornado-dbgsym: debug symbols for python-tornado
python-tornado-doc: scalable, non-blocking web server and tools - documentation

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This package contains the documentation.

python3-tornado: scalable, non-blocking web server and tools - Python 3 package

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This is the Python 3 version of the package.

python3-tornado-dbgsym: debug symbols for python3-tornado