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 skrah
Recipients mark.dickinson, skrah
Date 2010-07-18.12:09:33
SpamBayes Score 0.010250256
Marked as misclassified No
Message-id <20100718120811.GA20660@yoda.bytereef.org>
In-reply-to <1279453088.15.0.855173595488.issue9277@psf.upfronthosting.co.za>
Content
Mark Dickinson <report@bugs.python.org> wrote:
> > Somewhere along the way native_table is used instead of lilendian_table,
> > so np_bool is called.
> 
> Hmm.  This doesn't alleviate my confusion. :)

I suppose I sounded a bit like the Oracle of Delphi here. :)

I compiled with OPT="-O0 -g -funsigned-char" and stepped through the code (pre-patch).
With '<', np_bool is substituted for bp_bool (apparently in PyInit__struct).

np_bool correctly returns -1, so the problem does not occur.
History
Date User Action Args
2010-07-18 12:09:35skrahsetrecipients: + skrah, mark.dickinson
2010-07-18 12:09:34skrahlinkissue9277 messages
2010-07-18 12:09:33skrahcreate