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 rpetrov
Recipients rpetrov, skip.montanaro
Date 2008-12-08.21:08:58
SpamBayes Score 3.7384005e-05
Marked as misclassified No
Message-id <1228770539.76.0.651168438885.issue4587@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm my expectation:
in case 'elif cand == "gdbm":' the if statement for "gdbm.h" has to be
removed. This header don't provide dbm/ndbm compatible
structure/function names.
If setup is without 'if find_file("gdbm.h"...' statement dbm module is
build successfully and test_dbm pass.
History
Date User Action Args
2008-12-08 21:09:00rpetrovsetrecipients: + rpetrov, skip.montanaro
2008-12-08 21:08:59rpetrovsetmessageid: <1228770539.76.0.651168438885.issue4587@psf.upfronthosting.co.za>
2008-12-08 21:08:59rpetrovlinkissue4587 messages
2008-12-08 21:08:58rpetrovcreate