Arnon Sela added the comment:

I ran into similar issue on OSX.  Multiprocessing system where processes issue 
sqlite3.connect().  Periodically it hangs.  
System is using Python 3.4.3 and sqlite3; it doesn't use tkinter 

Noticed the following:
1. This doesn't happen on Ubuntu
2. It happens even if URL is invalid - which means that it happens before 
referring to URL as DB.

Workaround didn't solve the problem. But it seems to reduce the frequency.  And 
unfortunately, the system is too large and complex for it to be sent.

I tried to set my environment to debug, but with no luck yet :)

Thanks,

----------
nosy: +PyAcrisel

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to