olt added the comment:
For anyone that has to use a Python version where this bug is present, it is
possible to manually create a NULL pointer.
For the example:
POINTER(c_double)()
This works, at least in my case.
--
nosy: +olt
___
Python
Changes by olt <[EMAIL PROTECTED]>:
--
assignee: -> georg.brandl
components: +Documentation -Distutils
nosy: +georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
New submission from olt <[EMAIL PROTECTED]>:
There is a small typo in the possible Connection.isolation_level
http://docs.python.org/library/sqlite3.html#connection-objects
Its EXCLUSIVE not EXLUSIVE.
--
components: Distutils
messages: 76465
nosy: olt
severity: normal
status: open