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 ncoghlan
Recipients Arfrever, Claudiu.Popa, kousu, ncoghlan, python-dev, rhettinger, terry.reedy
Date 2013-11-17.06:04:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384668297.76.0.736912025827.issue19282@psf.upfronthosting.co.za>
In-reply-to
Content
I also changed the signature of the enter/exit methods to just use PyObject * (rather than dbmobject *), since that allowed a bunch of casts to be removed and eliminated a couple of compiler warnings about type mismatches.
History
Date User Action Args
2013-11-17 06:04:57ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, kousu, Arfrever, Claudiu.Popa, python-dev
2013-11-17 06:04:57ncoghlansetmessageid: <1384668297.76.0.736912025827.issue19282@psf.upfronthosting.co.za>
2013-11-17 06:04:57ncoghlanlinkissue19282 messages
2013-11-17 06:04:57ncoghlancreate