Message134127
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(). |
|
| Date |
User |
Action |
Args |
| 2011-04-20 07:42:47 | ysj.ray | set | recipients:
+ ysj.ray, georg.brandl, rhettinger, terry.reedy, ncoghlan, stutzbach, eric.araujo, r.david.murray, Kain94 |
| 2011-04-20 07:42:45 | ysj.ray | set | messageid: <[email protected]> |
| 2011-04-20 07:42:44 | ysj.ray | link | issue9523 messages |
| 2011-04-20 07:42:44 | ysj.ray | create | |
|