Details
Description
The following assert fails under Windows (was BUG-1087 http://bugs.pyside.org/show_bug.cgi?id=1083)
from PySide.QtGui import *
app = QApplication([])
w = QMainWindow()
w.show()
assert(isinstance(w.winId(), long))
app.exec_()
Attachments
Issue Links
- relates to
-
PYSIDE-103 shiboken.wrapInstance raises OverflowError for large addresses
- Closed