[issue1610] test_socket.py fails

2008-10-05 Thread Stijn van Drongelen
Stijn van Drongelen [EMAIL PROTECTED] added the comment: Reproducable with Python3.0rc1 on Debian lenny, only when nscd is running. Not a Python bug. -- nosy: +Tinctorius versions: +Python 3.0 ___ Python tracker [EMAIL PROTECTED]

[issue1610] test_socket.py fails

2007-12-14 Thread Ismail Donmez
Ismail Donmez added the comment: Any other thing I can do to debug this? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1610 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1610] test_socket.py fails

2007-12-14 Thread Ismail Donmez
Ismail Donmez added the comment: This was a glibc regression on my side, it can be closed as invalid. Thanks! __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1610 __ ___

[issue1610] test_socket.py fails

2007-12-14 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: - invalid status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1610 __ ___ Python-bugs-list mailing list

[issue1610] test_socket.py fails

2007-12-13 Thread Ismail Donmez
New submission from Ismail Donmez: Checkout Python 2.5 from release25-maint branch, revision 59479, [~/python-2.5] LD_LIBRARY_PATH=/home/cartman/python-2.5: ./python ./Lib/test/test_socket.py testCrucialConstants (__main__.GeneralModuleTests) ... ok testDefaultTimeout

[issue1610] test_socket.py fails

2007-12-13 Thread Facundo Batista
Facundo Batista added the comment: What happens if you do NOT change the library path in front of it? -- nosy: +facundobatista __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1610 __

[issue1610] test_socket.py fails

2007-12-13 Thread Ismail Donmez
Ismail Donmez added the comment: Then it won't run as expected (I got python 2.4 installed system wise) : ./python: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory __ Tracker [EMAIL PROTECTED]