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 loewis
Recipients Alex.Leach, Arfrever, jared.jennings, loewis, meador.inge, skrah, theller
Date 2012-04-16.13:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334582042.61.0.0788413539652.issue4130@psf.upfronthosting.co.za>
In-reply-to
Content
Changes to ctypes should not affect the gdbm module.

More likely, icc and python just don't work together. It may be a compiler bug in icc (it wouldn't be the first one discovered by Python), or it may be a portability defect in Python (where it wouldn't be the first case, either). In any case, the gdbm issue is likely unrelated.
History
Date User Action Args
2012-04-16 13:14:02loewissetrecipients: + loewis, theller, Arfrever, jared.jennings, skrah, meador.inge, Alex.Leach
2012-04-16 13:14:02loewissetmessageid: <1334582042.61.0.0788413539652.issue4130@psf.upfronthosting.co.za>
2012-04-16 13:14:02loewislinkissue4130 messages
2012-04-16 13:14:01loewiscreate