[issue44297] Frame with -1 line number

STINNER Victor report at bugs.python.org
Mon Jun 21 11:42:17 EDT 2021


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

Can the issue be closed?

I'm not sure which assertion failed in test_ssl.test_pha_required_nocert(). I bet on this one:

                with self.assertRaisesRegex(
                    ssl.SSLError,
                    '(certificate required|EOF occurred)'
                ):

I don't know if the commit 82e5c28af7049c4f5343c808f172cbe2e145f49b is supported is to fix issue or not.

----------

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


More information about the Python-bugs-list mailing list