New submission from Taavi Repän <[EMAIL PROTECTED]>:
Python 2.5.3a0 (release25-maint:62241, Apr 9 2008, 11:26:27)
[GCC 4.2.1 20070719 [FreeBSD]] on freebsd7
Type "help", "copyright", "credits" or "license" for more information.
>>> imp
Taavi Repän <[EMAIL PROTECTED]> added the comment:
I don't that the problem is in tests. For example
import pygtk
import gtk
hangs also. I don't have backtrace for PyGtk hang yet, but it hangs in
ucond state too (like test_capi).
__
Tracker &
New submission from Taavi Repän <[EMAIL PROTECTED]>:
When doing import.test_autotest, test_capi hangs.
It seems that threads 1,2,3 are trying to acquire import lock, which is
owned by thread 4, which is trying to lock some other lock.
Python 2.5.2 (r252:60911, Apr 6 2008, 17:28:23)
[GCC
Changes by Taavi Repän <[EMAIL PROTECTED]>:
--
components: None
nosy: trepan
severity: normal
status: open
title: Python hangs on FreeBSD7 in test_capi
type: behavior
versions: Python 2.5
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho