Movatterモバイル変換
[0]ホーム
[Python-Dev] Crash in new "trashcan" mechanism.
Mark Hammondmhammond@skippinet.com.au
Tue, 11 Apr 2000 09:00:48 +1000
> If it is so, then there is in fact a problem left> in the Kernel.> Mark, did you use an extension?I tried to explain this in private email:This is pure Python code. The parser module is the only extensionbeing used. The crash _always_ occurs as a frame object is beingde-allocated, and _always_ happens as a builtin list object (a localvariable) is de-alloced by the frame.Always the same line of Python code, always the same line of C code,always the exact same failure.Mark.
[8]ページ先頭