commit | ca8b1d09585c032416c5d4905f707550eecf327f | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 21 14:43:38 2023 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 21 14:43:38 2023 +0100 |
tree | 2a39e9a18fd852bd47c024ca4a742239554ef471 | |
parent | 723f4d66982e4d2c54f8e874d6084ab7b2ff5833 [diff] |
gh-87277: Don't look for X11 browsers on macOS in webbrowser (#24480) The installation of XQuartz on macOS will unconditionally set the $DISPLAY variable. The X11 server will be launched when a program tries to access the display. This results in launching the X11 server when using the webbrowser module, even though X11 browsers won't be used in practice.