bpo-24241: Preferred X browser by davesteele · Pull Request #85 · python/cpython
davesteele
changed the title
Issue #24241: Preferred X browser
bpo-24241: Preferred X browser
Replace the existing undocumented tri-state 'try_order' parameter with the boolean keyword-only 'preferred' parameter. Setting it to True places the browser at the front of the list, preferring it as the return to a subsequent get() call. 'preferred' is added to the documentation.
akruis pushed a commit to akruis/cpython that referenced this pull request
Sep 9, 2017…WatchdogEx Fix issue python#85: don't schedule already scheduled tasklets. Ensure that the internal watchdog list is empty before and after all test cases of class TestNewWatchdog. Fix test case TestNewWatchdog.test_watchdog_priority_{hard|soft}. The timeout value was much to short to build up a list of watchdogs. The new test cases TestNewWatchdog.test_schedule_deeper_{hard|soft} triggers the assertion failure reliably. They are skipped for now. https://bitbucket.org/stackless-dev/stackless/issues/85 (grafted from 2235702eb90cb0709dd40544b3952a956f2032a9 and 3fb55ce5b2d4)
akruis pushed a commit to akruis/cpython that referenced this pull request
Sep 9, 2017akruis pushed a commit to akruis/cpython that referenced this pull request
Sep 9, 2017colesbury referenced this pull request in colesbury/nogil
Oct 6, 2021Sometimes we need to acquire locks before the current PyThreadState is set. This moves the waiter data to it's own struct. It's shared between PyThreadStates on the same thread, such as in multi-interpreter settings. Fixes #85
markshannon pushed a commit to faster-cpython/cpython that referenced this pull request
Jan 10, 2023This was referenced
Feb 11, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters