[issue1026] Backport ABC to 2.6

2007-10-04 Thread Benjamin Aranguren
Benjamin Aranguren added the comment: Hi Guido, I just wanted to let you know that I have completed porting _abcoll.py but ran into other test failures after running testall. The following tests failed: test_class test_compile test_descr test_dict test_nis test_richcmp test_shelve test_userd

[issue1053] bogus attributes reported in asyncore doc

2007-10-04 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: Fixed for the 2.5.2 (revision 58328) and 2.6 (revision 58327) releases. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> ___

[issue1237] type_new doesn't allocate space for sentinal slot

2007-10-04 Thread Adam Olsen
New submission from Adam Olsen: type_new() allocates the exact number of slots it's going to use, but various other functions assume there's one more slot with a NULL name field serving as a sentinel. I'm unsure why it doesn't normally crash. -- components: Interpreter Core messages: 56

[issue1236] subprocess is not thread-safe

2007-10-04 Thread Kenneth Duda
New submission from Kenneth Duda: The following test program crashes: import threading, sys, subprocess # subprocess._cleanup = lambda: None def doit(): for i in xrange(0, 1000): p = subprocess.Popen( "true" ) p.wait() t = threading.Thre

[issue1235] CGIHTTPRequestHandler.run_cgi() does not run on Windows if sys.executable contains blanks

2007-10-04 Thread Andy Schumann
New submission from Andy Schumann: On Windows a path can contain spaces (e.g. C:\Program Files\python22 \python.exe). If using popenx each component in a command line has therefore to be double quoted as well as the whole command string. The method run_cgi() of the class CGIHTTPRequestHandler in

[issue1234] semaphore errors on AIX 5.2

2007-10-04 Thread Sébastien Sablé
Changes by Sébastien Sablé : __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-l

[issue1234] semaphore errors on AIX 5.2

2007-10-04 Thread Sébastien Sablé
Sébastien Sablé added the comment: I can confirm that this bug is still present in Python 2.4.1 (and probably later versions) on AIX 5.2 and 5.3. When HAVE_BROKEN_POSIX_SEMAPHORES is not defined at compile time, Python wil

[issue1234] semaphore errors on AIX 5.2

2007-10-04 Thread Sébastien Sablé
Sébastien Sablé added the comment: Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: The Written Word (Albert Chin) (tww-china) Assigned to: Nobody/Anonymous (nobody) Summary: semaphore erro

[issue1234] semaphore errors on AIX 5.2

2007-10-04 Thread Sébastien Sablé
New submission from Sébastien Sablé : There used to be a bug open concerning this problem in the old bug tracker but I can't find it in the new bug tracker: http://mail.python.org/pipermail/python-bugs-list/2005-June/029290