bpo-24241: Preferred X browser by davesteele · Pull Request #85 · python/cpython

@davesteele davesteele changed the title Issue #24241: Preferred X browser bpo-24241: Preferred X browser

Feb 14, 2017

ultimatecoder

ultimatecoder

merwok

ncoghlan

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.
The traditional first entry in the tryorder queue is xdg-open, which
doesn't support new window. Make the default browser first
in the try list, to properly support these options.

ncoghlan

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, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Sep 9, 2017

colesbury referenced this pull request in colesbury/nogil

Oct 6, 2021
Sometimes 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

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

markshannon pushed a commit to faster-cpython/cpython that referenced this pull request

Jan 10, 2023
Add github workflow to build and publish docker image

This was referenced

Feb 11, 2025