Summary: | timeout keyword not working | ||
---|---|---|---|
Product: | dbus | Reporter: | Marco Pesenti Gritti <mpgritti> |
Component: | python | Assignee: | Simon McVittie <smcv> |
Status: | RESOLVED FIXED | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Fix |
Description
Marco Pesenti Gritti
2007-07-06 12:56:02 UTC
Created attachment 10609 [details] [review] Fix Looks like a type mismatch: double timeout_s = -1.0; but float in if (!PyArg_ParseTuple(args, "O|f:send_message_with_reply_and_block", &obj, &timeout_s)) { return NULL; } Fixed in git, and the same fix for send_message_with_reply_and_block(). I'll release 0.82.1 soon, after I've checked for any other immediate bugs. |
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.