Stefan Krah <stefan-use...@bytereef.org> added the comment:

Mark Dickinson <rep...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to