issues Search Results · repo:python-hyper/priority language:Python
Filter by
14 results
(91 ms)14 results
inpython-hyper/priority (press backspace or delete to remove)+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
WARNING: html_static_path entry _static does not exist ...
kloczek
- 3
- Opened on Jun 15, 2021
- #143
this project is a dependency of Twisted, which supports 3.6-3.10, so I d like to:
- [x] drop support for EOL py2, py3.4 and py3.5, with a commitment to drop 3.6 by Jan 2022
- [x] switch to github ...
graingert
- 2
- Opened on Apr 16, 2021
- #139
This test seems flaky:
============================= test session starts ==============================
platform linux2 -- Python 2.7.16, pytest-4.4.1, py-1.8.0, pluggy-0.11.0
hypothesis profile default ...
eclipseo
- 3
- Opened on Jun 5, 2019
- #136
There’s a function in test_priority.py:
def active_streams_from_unblocked(unblocked):
Given a collection of unblocked streams, determine which ones are active.
This applies only to the ...
alexwlchan
- 1
- Opened on Mar 21, 2017
- #61
This is silly:
p = priority.PriorityTree(maximum_streams=-5)
p.insert_stream(1)
Traceback (most recent call last):
File stdin , line 1, in module
File /Users/chana/.virtualenvs/tempenv-577e1050112c7/lib/python3.6/site-packages/priority/priority.py ...
bug
help wanted
alexwlchan
- 2
- Opened on Jan 27, 2017
- #56
RFC 7540 § 5.3.2:
All dependent streams are allocated an integer weight between 1 and 256 (inclusive).
But it’s possible to construct a PriorityTree instance with utterly nonsensical weights:
import ...
bug
help wanted
alexwlchan
- 1
- Opened on Jan 20, 2017
- #50
RFC 7540 § 5.3.1:
A stream cannot depend on itself. An endpoint MUST treat this as a stream error (Section 5.4.2) of type PROTOCOL_ERROR.
But priority doesn’t block you from doing this. We can construct ...
alexwlchan
- 3
- Opened on Jan 20, 2017
- #49
Consider the following example:
import priority
p = priority.PriorityTree()
p.remove_stream(stream_id=0)
If you run this code, you get a confusing error message:
Traceback (most recent call last): ...
bug
help wanted
alexwlchan
- 2
- Opened on Jan 20, 2017
- #48
Right now the priority library searches to find which streams are unblocked by recursing down the priority tree. It does
so because of some wording in RFC 7540 Section 5.3.4, specifically:
For example, ...
Lukasa
- Opened on Nov 30, 2016
- #44
Right now we default depends_on to None because we want to distinguish not set from 0 for the purposes of handling
things like exclusive dependency. This doesn t actually work: nothing in RFC 7540 forbids ...
bug
Lukasa
- Opened on Nov 10, 2016
- #38

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.