|
From: Harri P. <har...@tr...> - 2007-05-25 17:13:03
|
I'm getting this with Python 2.5 on Windows, Sybase module 0.38
while c.nextset():
File "..\site-packages\Sybase.py", line 837, in nextset
desc = self._fetcher.nextset()
File "..\site-packages\Sybase.py", line 627, in nextset
self._unlock()
File "..\site-packages\Sybase.py", line 466, in _unlock
self._owner._unlock()
File "..\site-packages\Sybase.py", line 996, in _unlock
self._connlock.release()
File "..\lib\threading.py", line 1
15, in release
assert self.__owner is me, "release() of un-acquire()d lock"
AssertionError: release() of un-acquire()d lock
Exception thread.error: 'release unlocked lock' in <bound method
_FetchLazy.__del__ of <Sybase._FetchLazy instance at 0x00A02AD0>>
ignored
I wonder if it looks familiar to anyone?
-Harri
Privileged or confidential information may be contained in this message. If you are not the addressee of this message please notify the sender by return and thereafter delete the message, and you may not use, copy, disclose or rely on the information contained in it. Internet e-mail may be susceptible to data corruption, interception and unauthorised amendment for which Wall Street Systems does not accept liability. Whilst we have taken reasonable precautions to ensure that this e-mail and any attachments have been swept for viruses, Wall Street Systems does not accept liability for any damage sustained as a result of viruses. Statements in this message or attachments that do not relate to the business of Wall Street Systems are neither given nor endorsed by the company or its Directors.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Python-sybase-misc mailing list
Pyt...@li...
https://lists.sourceforge.net/lists/listinfo/python-sybase-misc
|