[PEAK] access violation with py24/msvc compiler

Phillip J. Eby pje at telecommunity.com
Mon Jan 31 11:44:06 EST 2005


At 05:05 PM 1/31/05 +0200, alexander smishlajev wrote:
>Phillip J. Eby wrote, at 30.01.2005 20:58:
>>FYI, this issue is now moot; I have removed all uses of kjbuckets in 
>>PEAK, and have changed setup.py to only build kjbuckets if it is 
>>explicitly requested to do so (as a convenience for people with other 
>>code that depends on it).
>
>thank you.  access violation has gone.
>
>there is new test failure, but perhaps you are already aware of it since 
>it appears both in msvc and mingw32 builds:

Not on Python 2.3 it doesn't.  It looks like a match sensitivity problem:

>======================================================================
>FAIL: Doctest: Graph.txt
>----------------------------------------------------------------------
>Failed example:
>     Graph([(1,2,3)])
>Expected:
>     Traceback (most recent call last):
>     ...
>     ValueError: unpack tuple of wrong size
>Got:
>     Traceback (most recent call last):
...
>     ValueError: too many values to unpack

So I'll need to add an ellipsis.  Thanks for the report.




More information about the PEAK mailing list