This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test test_webbrowser "can't locate runnable browser" with enable-optimizations
Type: Stage: resolved
Components: Tests Versions: Python 3.8
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, swamper123
Priority: normal Keywords:

Created on 2021-02-25 13:41 by swamper123, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg387672 - (view) Author: Fabian Beitler (swamper123) Date: 2021-02-25 13:41
I downloaded the sources for python 3.8.8 (not tested with Python3.9.2. so far)and compiled it 
with enabled-optimisations parameter on a fresh Ubuntu 20.04 machine.

Beside the test_ssl error (there is an existing workaround, but still not happy with that one tbh) I could solve, the test "test_webbrowser" fails and I don't know how to handle that one.


ERROR: test_synthesize(test_webbrowser.ImportTest)
----------------------------------------------------------------
Traceback (most recent call last):
   File "Path/Python-3.8.8/Lib/test/test_webbrowser.py", line 299, in test_synthesize
   webbrowser.get(sys.executable)
File "Path/Python-3.8.8/Lib/webbrowser.py", line 65, in get 
    raise Error("could not locate runnable browser")
webbrowser.Error: could not locate runnable browser
msg412183 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-01-31 00:30
3.8 is no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9).
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87486
2022-01-31 00:30:04iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg412183

resolution: out of date
stage: resolved
2021-02-25 13:41:32swamper123create