]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a type error in a previous patch I made to this module.
authorGuido van Rossum <guido@python.org>
Wed, 8 Aug 2007 02:29:35 +0000 (02:29 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Aug 2007 02:29:35 +0000 (02:29 +0000)
commit3045c7c0603666e56d4089d3ef9407ed27b9c94d
tree2c3763c787495b2ace4aa32896592c60a8d118d1
parenta9769c26a35d788f44fa7ed4f3652a156055fb45
Fix a type error in a previous patch I made to this module.
I should not ignore compiler warnings!
Modules/dbmmodule.c