The bug is still there. However, a closer look at the documentation for
QImage reveals:
  "The buffer must remain valid throughout the life of the
QImage<http://doc.trolltech.com/4.4/qimage.html>
."
..which implies to me that there is actually no expectation that QImage
increase the reference count for its data. This makes sense in a C
environment, but is somewhat unexpected behavior in python. So probably the
bug is just invalid, although it would be nice if the behavior were changed
for python.

On Wed, Dec 10, 2008 at 9:53 PM, Daniel T Chen <[EMAIL PROTECTED]>
wrote:

> Is this symptom still reproducible in 8.10 or 9.04?
>
> ** Changed in: python-qt4 (Ubuntu)
>       Status: New => Incomplete
>
> --
> image corruption in pyqt4 qimage
> https://bugs.launchpad.net/bugs/214780
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
image corruption in pyqt4 qimage
https://bugs.launchpad.net/bugs/214780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to