Message 203121 - Python tracker (original) (raw)
Message203121
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:57 | ncoghlan | set | recipients: + ncoghlan, rhettinger, terry.reedy, kousu, Arfrever, Claudiu.Popa, python-dev |
2013-11-17 06:04:57 | ncoghlan | set | messageid: 1384668297.76.0.736912025827.issue19282@psf.upfronthosting.co.za |
2013-11-17 06:04:57 | ncoghlan | link | issue19282 messages |
2013-11-17 06:04:57 | ncoghlan | create |