[Python-bugs-list] [ python-Bugs-763770 ] test_socket_ssl crash

SourceForge.net noreply@sourceforge.net
Tue, 01 Jul 2003 10:24:00 -0700


Bugs item #763770, was opened at 2003-07-01 11:24
Message generated for change (Comment added) made by mmokrejs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763770&group_id=5470

Category: Demos and Tools
Group: Python 2.3
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Martin Mokrejs (mmokrejs)
Assigned to: Neal Norwitz (nnorwitz)
Summary: test_socket_ssl crash

Initial Comment:
test_socket
test_socket_ssl
test test_socket_ssl crashed --
exceptions.AttributeError: 'module' object has no
attribute 'sslerror'
test_socketserver
test_socketserver skipped -- Use of the `network'
resource not enabled
test_softspace

I used current cvs checkout on Tru64Unix 5.1A, cc
compiled binaries. Do you need more info?

----------------------------------------------------------------------

>Comment By: Martin Mokrejs (mmokrejs)
Date: 2003-07-01 19:24

Message:
Logged In: YES 
user_id=696559

Are you sure it is fixed? I retried twice to sync with cvs,
and I do not see a difference:

$ ./python Lib/test/test_socket_ssl.py
Traceback (most recent call last):
  File "Lib/test/test_socket_ssl.py", line 68, in ?
    test_main()
  File "Lib/test/test_socket_ssl.py", line 64, in test_main
    test_rude_shutdown()
  File "Lib/test/test_socket_ssl.py", line 61, in
test_rude_shutdown
    connector()
  File "Lib/test/test_socket_ssl.py", line 53, in connector
    except socket.sslerror:
AttributeError: 'module' object has no attribute 'sslerror'
$ md5sum Lib/test/test_socket_ssl.py
538f17649b23cb9c0f981bf4ec71f8e9 Lib/test/test_socket_ssl.py
$

Could the files contain version string in comments? I am
somewhat still beginner to cvs usage. :(

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-07-01 15:44

Message:
Logged In: YES 
user_id=33168

Checked in as: Lib/test/test_socket_ssl.py 1.8

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763770&group_id=5470