,當我嘗試運行python->幫助() - >模塊,我得到這個:的Python模塊段錯誤
% python
Python 2.7.1 (r271:86832, Apr 13 2012, 11:08:33) [C] on sunos5
>>> help()
help> modules
Please wait a moment while I gather a list of all available modules...
file ghash.c: line 875: assertion `hash_table->ref_count > 0' failedfile ghash.c: line 875: assertion `hash_table->ref_count > 0' failed
Segmentation Fault
就這樣,倒不言而喻。我的問題是爲什麼?以及我如何解決它?
我可以在代碼中正常訪問模塊,但無法從幫助菜單中調出列表。來自幫助的其他標籤也可以正常工作。它只是這一個打破
有趣。我無法重現這一點。 – mgilson 2012-07-10 19:10:57
@mgilson:它是* a *擴展模塊,但可能不是stdlib中的一個。 – 2012-07-10 19:14:26