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 inducer
Recipients inducer
Date 2013-04-10.14:54:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365605663.05.0.5813211378.issue17687@psf.upfronthosting.co.za>
In-reply-to
Content
This line in the "_struct" module references a "PyStructType" that isn't declared anywhere. This is only apparent when the file is compiled without -DNDEBUG.

http://hg.python.org/cpython/file/1410b7790de6/Modules/_struct.c#l43
History
Date User Action Args
2013-04-10 14:54:23inducersetrecipients: + inducer
2013-04-10 14:54:23inducersetmessageid: <1365605663.05.0.5813211378.issue17687@psf.upfronthosting.co.za>
2013-04-10 14:54:22inducerlinkissue17687 messages
2013-04-10 14:54:22inducercreate