Bug #787712 threaded python deadlocks

Thomas Spura tomspur at fedoraproject.org
Sat Feb 25 11:07:40 UTC 2012


On Sat, Feb 25, 2012 at 4:37 AM, Warren Togami Jr. <wtogami at gmail.com> wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=787712
> Hi, thanks for looking into this.  I am however more concerned that
> this patch goes into both F17 and F16-updates.  Who can do it?  Can I?

Any provenpackager, yes.

I just have applied that patch here and get a failure in test_ssl:
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-2.7.2/Lib/test/test_ssl.py", line
151, in test_openssl_version
    (s, t))
AssertionError: ('OpenSSL 1.0.1-fips-beta2 19 Jan 2012', (1, 0, 0, 0, 3))

So openssl ssems to report to be 1.0.0 and not 1.0.1.
(not with 'openssl version' but OPENSSL_VERSION_NUMBER seems to be wrong)

Will have a look at this later today or tomorrow...

(This threading issue also applies to python3, where I'll have a look too...)

Greetings,
   Tom


More information about the python-devel mailing list