This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, larry, neologix, pitrou, python-dev, sebastien.renard, serhiy.storchaka, vstinner
Date 2014-03-26.10:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395830158.2305.2.camel@fsol>
In-reply-to <1395829245.17.0.0728882439205.issue20526@psf.upfronthosting.co.za>
Content
> In cx_Oracle trace, visit_decref() is called on a NULL pointer which comes from an Exception.

Unless C conventions changed, 0xb00000000 is not a NULL pointer :-)
History
Date User Action Args
2014-03-26 10:36:00pitrousetrecipients: + pitrou, vstinner, larry, Arfrever, neologix, python-dev, serhiy.storchaka, sebastien.renard
2014-03-26 10:36:00pitroulinkissue20526 messages
2014-03-26 10:36:00pitroucreate