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 642233 - Drop support for sink functions.
Drop support for sink functions.
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-13 14:51 UTC by Steve Frécinaux
Modified: 2011-08-26 10:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Drop support for sink functions. (15.20 KB, patch)
2011-02-13 14:51 UTC, Steve Frécinaux
none Details | Review
Drop support for sink functions. (14.38 KB, patch)
2011-08-26 08:46 UTC, Steve Frécinaux
committed Details | Review

Description Steve Frécinaux 2011-02-13 14:51:33 UTC
Those are not needed anymore as we are dropping support for static bindings.
Comment 1 Steve Frécinaux 2011-02-13 14:51:36 UTC
Created attachment 180775 [details] [review]
Drop support for sink functions.

Sink functions were meant to deal with floating references in a custom
way. They are not useful anymore with the dynamic bindings.
Comment 2 Steve Frécinaux 2011-08-26 08:46:51 UTC
Created attachment 194794 [details] [review]
Drop support for sink functions.

This patch has been rebased on the latest master from today.
Comment 3 Steve Frécinaux 2011-08-26 09:14:42 UTC
Attachment 194794 [details] pushed as 3961a40 - Drop support for sink functions.
Comment 4 Johan (not receiving bugmail) Dahlin 2011-08-26 09:35:04 UTC
This broke the ABI, fwiw. Reopening, close it again if it's not a big deal.