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 skip.montanaro
Recipients rpetrov, skip.montanaro
Date 2008-12-08.21:38:28
SpamBayes Score 3.6290712e-06
Marked as misclassified No
Message-id <18749.37837.856871.163969@montanaro-dyndns-org.local>
In-reply-to <1228770539.76.0.651168438885.issue4587@psf.upfronthosting.co.za>
Content
Roumen> I confirm my expectation:
    Roumen> in case 'elif cand == "gdbm":' the if statement for "gdbm.h" has to be
    Roumen> removed. This header don't provide dbm/ndbm compatible
    Roumen> structure/function names.
    Roumen> If setup is without 'if find_file("gdbm.h"...' statement dbm module is
    Roumen> build successfully and test_dbm pass.

Right.  Dumb move on my part.  New patch attached.

Skip
Files
File name Uploaded
setup.diff skip.montanaro, 2008-12-08.21:38:26
History
Date User Action Args
2008-12-08 21:38:29skip.montanarosetrecipients: + skip.montanaro, rpetrov
2008-12-08 21:38:28skip.montanarolinkissue4587 messages
2008-12-08 21:38:28skip.montanarocreate