On 6/30/22 13:11, Charalampos Stratakis wrote:
> So I presume then that python2.7 in Debian works flawlessly with OpenSSL
> 3.0.0, no regressions, no security issues and no ABI problems right?
What about stubbing out all networking in Python 2.7?  I believe that
the only users of Python 2.7 in Fedora are various build scripts,
and those are all entirely offline.  If so, nothing would break if
the ssl module was replaced by a stub module that threw an exception
when any of its functions was called.  Using an EOL version of Python
in a network-facing program is a bad idea anyway.
-- 
Sincerely,
Demi Marie Obenour (she/her/hers)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to