[issue32527] windows 7 python 3.6 : after some security updates, import ibm_db fails

2018-01-10 Thread Christian Heimes
Christian Heimes added the comment: ibm_db is a third-party module. Please contact the authors of the module. The C code of the module has a bug. It's returning NULL without setting an exception with PyExc_*(). -- nosy: +christian.heimes ___ Python

[issue32527] windows 7 python 3.6 : after some security updates, import ibm_db fails

2018-01-10 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue32527] windows 7 python 3.6 : after some security updates, import ibm_db fails

2018-01-10 Thread TJG
TJG added the comment: The error is coming from the extension module's "connect" function (which is the standard DB API entry point for Python database interfaces). Presumably from your description, some environmental situation leaves it with an unconsidered code path. This is not apparently

[issue32527] windows 7 python 3.6 : after some security updates, import ibm_db fails

2018-01-10 Thread Saba Kauser
New submission from Saba Kauser : Hello, I have a user who is complaining that python ibm_db module import fails after some windows 7 security update. I am not sure if this is a bug or some other setup issue but I could not find any other forum where I can post this query. Please feel free to