[issue42173] Drop Solaris support

STINNER Victor report at bugs.python.org
Fri Oct 30 18:30:47 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Jakub: Would you mind to build the master branch of Python, run the test suite and post the tests results? In short:

git clone https://github.com/python/cpython.git
cd cpython
./configure
./python -m test -j0 -r

If possible, try to install dependencies (readline, lzma, etc.).

If there are failures, please copy them into a file, and attach the file to this issue.

It is to have an idea if it would be worth it to add a Python buildbot running on Solaris. If there are too many failures, it would be better to fix first most failures before considering to add a buildbot.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42173>
_______________________________________


More information about the Python-bugs-list mailing list