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 glaubitz
Recipients Arfrever, David.Edelsohn, christian.heimes, cstratak, glaubitz, lukasz.langa, vstinner
Date 2021-02-16.08:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613462589.06.0.599170341233.issue43179@roundup.psfhosted.org>
In-reply-to
Content
> The guidelines for platform support are explained in PEP 11 (https://www.python.org/dev/peps/pep-0011/#supporting-platforms). We don't support platforms unless we have maintainers and CI (builtbots) in place for the platform.

You don't need to support a platform. Just call it unsupported and ignore issues if people report them unless they provide a patch themselves.

FWIW, the Python interpreter has never caused any issues on any platform that we support in Debian. We are regularly building the latest upstream versions of all available Python interpreters thanks to the packaging work of Matthias Klose.

You can view test results any time by going to https://buildd.debian.org/ and searching for "pythonX.Y". So there is actually a CI for release builds.
History
Date User Action Args
2021-02-16 08:03:09glaubitzsetrecipients: + glaubitz, vstinner, christian.heimes, Arfrever, lukasz.langa, David.Edelsohn, cstratak
2021-02-16 08:03:09glaubitzsetmessageid: <1613462589.06.0.599170341233.issue43179@roundup.psfhosted.org>
2021-02-16 08:03:09glaubitzlinkissue43179 messages
2021-02-16 08:03:08glaubitzcreate