[Python-Dev] Assertion failed in dictobject.c (original) (raw)
Jack Jansen jack@oratrix.nl
Wed, 23 May 2001 13:15:10 +0200
- Previous message: [Python-Dev] Re: Import hook to do end-of-line conversion?
- Next message: [Python-Dev] Assertion failed in dictobject.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm seeing the assert on line 525 in dictobject.c (revision 2.92) failing. The debugger tells me that ma_fill and ma_size are both 8. ma_used is 2, and interestingly hash is also 8.
Going back to revision 2.90 fixes the problem (or masks it).
Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig ++++ www.oratrix.nl/~jack | ++++ see http://www.xs4all.nl/~tank/ ++++
- Previous message: [Python-Dev] Re: Import hook to do end-of-line conversion?
- Next message: [Python-Dev] Assertion failed in dictobject.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]