Comment 22 for bug 846044

Revision history for this message
Michael Vogt (mvo) wrote :

There is another releated issue here in dbus-python:

#!/usr/bin/python
# -*- coding: utf-8 -*-
import dbus
e = dbus.exceptions.DBusException(u"bäää")
msg= e.get_dbus_message()

will crash.