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.

Author swamper123
Recipients swamper123
Date 2021-02-25.13:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614260492.83.0.266852228438.issue43320@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-02-25 13:41:32swamper123setrecipients: + swamper123
2021-02-25 13:41:32swamper123setmessageid: <1614260492.83.0.266852228438.issue43320@roundup.psfhosted.org>
2021-02-25 13:41:32swamper123linkissue43320 messages
2021-02-25 13:41:32swamper123create