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, r.david.murray, rhettinger, stutzbach, terry.reedy, ysj.ray
Date 2011-03-23.13:36:55
SpamBayes Score 0.00036520037
Marked as misclassified No
Message-id <1300887419.24.0.107602708873.issue9523@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-23 13:36:59ysj.raysetrecipients: + ysj.ray, georg.brandl, rhettinger, terry.reedy, stutzbach, eric.araujo, r.david.murray, Kain94
2011-03-23 13:36:59ysj.raysetmessageid: <1300887419.24.0.107602708873.issue9523@psf.upfronthosting.co.za>
2011-03-23 13:36:58ysj.raylinkissue9523 messages
2011-03-23 13:36:58ysj.raycreate