python / cpython

The Python programming language
https://www.python.org
Other
63.28k stars 30.3k forks source link

asyncio: MultiLoopWatcher has a race condition (test_asyncio: test_close_kill_running() hangs on AMD64 RHEL7 Refleaks 3.x) #82504

Closed vstinner closed 2 years ago

vstinner commented 5 years ago
BPO 38323
Nosy @vstinner, @njsmith, @asvetlov, @cjerdonek, @1st1, @jstasiak, @pablogsal, @miss-islington, @aeros, @Fidget-Spinner, @shreyanavigyan
PRs
  • python/cpython#18457
  • python/cpython#20013
  • python/cpython#20142
  • python/cpython#22756
  • python/cpython#23806
  • python/cpython#23807
  • python/cpython#26536
  • python/cpython#26541
  • python/cpython#26542
  • python/cpython#26543
  • python/cpython#26544
  • python/cpython#26574
  • python/cpython#26632
  • python/cpython#26670
  • Files
  • test-kill.py
  • test-kill2.py
  • test-kill3.py
  • 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: ```python assignee = None closed_at = None created_at = labels = ['type-bug', 'tests', '3.9', 'expert-asyncio'] title = 'asyncio: MultiLoopWatcher has a race condition (test_asyncio: test_close_kill_running() hangs on AMD64 RHEL7 Refleaks 3.x)' updated_at = user = 'https://github.com/vstinner' ``` bugs.python.org fields: ```python activity = actor = 'byllyfish' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests', 'asyncio'] creation = creator = 'vstinner' dependencies = [] files = ['49144', '49145', '49150'] hgrepos = [] issue_num = 38323 keywords = ['patch'] message_count = 49.0 messages = ['353568', '354079', '355150', '355157', '355159', '355362', '355363', '359909', '359910', '359928', '360975', '361576', '361691', '361801', '368061', '368183', '368280', '368467', '368468', '368501', '368511', '368514', '368516', '368532', '368544', '368549', '368561', '368563', '368564', '368699', '368725', '369086', '380420', '383194', '383197', '383199', '395090', '395113', '395119', '395126', '395138', '395139', '395142', '395143', '395376', '395693', '395718', '396684', '405813'] nosy_count = 12.0 nosy_names = ['vstinner', 'njs', 'asvetlov', 'chris.jerdonek', 'yselivanov', 'jstasiak', 'pablogsal', 'miss-islington', 'aeros', 'kj', 'shreyanavigyan', 'byllyfish'] pr_nums = ['18457', '20013', '20142', '22756', '23806', '23807', '26536', '26541', '26542', '26543', '26544', '26574', '26632', '26670'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue38323' versions = ['Python 3.9'] ```