Re: Bug #787712 threaded python deadlocks

2012-02-25 Thread Thomas Spura
On Sat, Feb 25, 2012 at 4:37 AM, Warren Togami Jr.  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
___
python-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/python-devel

Re: Bug #787712 threaded python deadlocks

2012-02-25 Thread Thomas Spura
On Sat, Feb 25, 2012 at 12:07 PM, Thomas Spura
 wrote:
> 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)

Already reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=794950

pushed the patch, the build needs to wait till openssl works again as
expected...

Greetings,
   Tom
___
python-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/python-devel