After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621234 - Should accept single characters ("bytes") in place of 8 bytes integers
Should accept single characters ("bytes") in place of 8 bytes integers
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-10 19:15 UTC by Gustavo Noronha (kov)
Modified: 2010-12-16 19:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch by Tomeu Vitozo fixing the issue (1.28 KB, patch)
2010-06-10 19:15 UTC, Gustavo Noronha (kov)
needs-work Details | Review

Description Gustavo Noronha (kov) 2010-06-10 19:15:36 UTC
Created attachment 163317 [details] [review]
Patch by Tomeu Vitozo fixing the issue

This will allow us to pass str objects into methods such as Soup.Message.request_body.append. Tomeu wrote a patch, and asked me to submit the bug report for him since he is busy releasing stuff right now.
Comment 1 Tomeu Vizoso 2010-06-17 07:27:40 UTC
Review of attachment 163317 [details] [review]:

Removing from the queue for now because we need a testcase.
Comment 2 johnp 2010-12-16 19:09:27 UTC
I believe I checked in a similar patch.