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 ysj.ray
Recipients Kain94, eric.araujo, georg.brandl, ncoghlan, r.david.murray, rhettinger, stutzbach, terry.reedy, ysj.ray
Date 2011-04-20.07:42:41
SpamBayes Score 0.024072573
Marked as misclassified No
Message-id <1303285365.51.0.146040996065.issue9523@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch following C code review comments from http://bugs.python.org/review/9523/show

Two big changes:

1. Add check for each time assign a Py_ssize_t variable to datum.dsize(int), if value not fit, raise a ValueError(following PEP 353)

2. Simplify dbm.update(), behave more like dict.update().
History
Date User Action Args
2011-04-20 07:42:47ysj.raysetrecipients: + ysj.ray, georg.brandl, rhettinger, terry.reedy, ncoghlan, stutzbach, eric.araujo, r.david.murray, Kain94
2011-04-20 07:42:45ysj.raysetmessageid: <1303285365.51.0.146040996065.issue9523@psf.upfronthosting.co.za>
2011-04-20 07:42:44ysj.raylinkissue9523 messages
2011-04-20 07:42:44ysj.raycreate