[issue9523] Improve dbm modules

Ray.Allen report at bugs.python.org
Wed Mar 23 14:36:59 CET 2011


Ray.Allen <ysj.ray at gmail.com> added the comment:

Updated patch:

1, Changes follows review comments: http://codereview.appspot.com/4185044/. Thanks eric!

2, Make Objects/dictobject.c:all_contained_in() a common useful limited api Object/abstract.c:_PyObject_AllContainedIn() for the purpose of re-usage in Modules/_gdbmmodule.c and Modules/_dbmmodule.c. Not sure if this is proper. I will ask somebody with C knowledge to do a review on the C code.

----------
Added file: http://bugs.python.org/file21355/issue_9523_3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9523>
_______________________________________


More information about the Python-bugs-list mailing list