Bug 4023 - python-dbus: Sending "DBus.Byte"s doesn't work [PATCH]
Summary: python-dbus: Sending "DBus.Byte"s doesn't work [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high major
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 09:59 UTC by Lennart Poettering
Modified: 2006-08-01 10:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Lennart Poettering 2005-08-09 09:59:09 UTC
One cannot call DBus function which have byte ("y") arguments. A TypeError is
raised when a function is called like this:

   iface.foo(DBus.Byte(47))

The attached patch againts 0.35.2 fixes this.
Comment 1 Lennart Poettering 2005-08-09 10:00:03 UTC
Created attachment 3303 [details]
SSH public key
Comment 2 John (J5) Palmieri 2005-08-16 07:43:40 UTC
Where is the patch?  There is a comment about a patch but no link.
Comment 3 Lennart Poettering 2005-08-16 09:46:59 UTC
Seems that the fd.o HDD crash ate it.

You can find it here:

http://bur.st/~lathiat/dbus-python-invalid-values.patch

Lennart
Comment 4 John (J5) Palmieri 2005-08-16 14:02:09 UTC
Should be in CVS shortly


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.