[PyQt] PyQt4 crashing on inspect.ismodule(QSignalMapper)

Phil Thompson phil at riverbankcomputing.com
Fri Sep 11 12:11:40 BST 2009


On Wed, 9 Sep 2009 21:16:46 -0300, Fabio Zadrozny <fabiofz at gmail.com>
wrote:
> The console session below shows the problem.
> 
> [D:\bin\4nt-7.01.360]d:\bin\Python261\python.exe
> Python 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit
> (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> from PyQt4.QtCore import *
>>>> QSignalMapper
> <class 'PyQt4.QtCore.QSignalMapper'>
>>>> import inspect
>>>> inspect.ismodule(QSignalMapper) <-- The interpreter is crashing here
> 
> Can others reproduce? I'm using the binary PyQt-Py2.6-gpl-4.5.4-1.exe
> (which should be the latest stable)

I think this is already fixed in current snapshots.

Phil


More information about the PyQt mailing list