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 744719 - Avoid duping filenames when marshalling from Python to C
Avoid duping filenames when marshalling from Python to C
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-18 16:40 UTC by Garrett Regier
Modified: 2015-03-01 11:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid duping filenames when marshalling from Python to C (1.59 KB, patch)
2015-02-18 16:42 UTC, Garrett Regier
committed Details | Review

Description Garrett Regier 2015-02-18 16:40:37 UTC
Currently filenames are duplicated during marshalling when they don't really need to be.
Comment 1 Garrett Regier 2015-02-18 16:42:05 UTC
Created attachment 297112 [details] [review]
Avoid duping filenames when marshalling from Python to C
Comment 2 Simon Feltman 2015-03-01 06:44:30 UTC
Review of attachment 297112 [details] [review]:

Makes sense, thanks!