[doc] sched.enter priority has no impact on execution · Issue #77771 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@altairmn

Description

@altairmn

BPO 33590
Nosy @rhettinger, @ronaldoussoren, @bitdancer, @altairmn
Files sched.enter.bug.py: Contains example code demonstrating bug. Priority order not followed in sched event execution.

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = None created_at = <Date 2018-05-21.05:43:33.136> labels = ['easy', '3.11', '3.9', '3.10', 'docs'] title = '[doc] sched.enter priority has no impact on execution' updated_at = <Date 2021-11-23.08:19:25.859> user = 'https://github.com/altairmn'

bugs.python.org fields:

activity = <Date 2021-11-23.08:19:25.859> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2018-05-21.05:43:33.136> creator = 'sahilmn' dependencies = [] files = ['47609'] hgrepos = [] issue_num = 33590 keywords = ['easy'] message_count = 7.0 messages = ['317215', '317218', '317249', '317251', '317260', '317304', '318213'] nosy_count = 6.0 nosy_names = ['rhettinger', 'ronaldoussoren', 'r.david.murray', 'docs@python', 'sahilmn', 'mfisher'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue33590' versions = ['Python 3.6', 'Python 3.9', 'Python 3.10', 'Python 3.11']

Linked PRs