[Cython] What's wrong with py3k pyregr tests?

Stefan Behnel stefan_ml at behnel.de
Sat Oct 22 06:58:39 CEST 2011


Stefan Behnel, 21.10.2011 12:53:
> Stefan Behnel, 21.10.2011 12:01:
>> Vitja Makarov, 21.10.2011 11:44:
>>> I tried to run pyregr tests on my localhost and it doesn't sigsegv.
>>
>> It's a crash bug in the debug builds of the latest py3k branch.
>>
>>> Perhaps I should try compiled version of Cython.
>>
>> Yes, but it's not required to reproduce the crash.
>
> Hmm, I may have been mistaken. At least it seems to be a problem with
> getattr(), which breaks the lookup of builtin names. My guess is that
> unicode hashing is broken in some way for str subtypes (as we use for names).

I've sent a fix to python-dev, let's see when they get it in.

http://thread.gmane.org/gmane.comp.python.devel/127321

Stefan


More information about the cython-devel mailing list