Skip to content

Fix support for fundamental (primitive) types, such as Gst.Bitmask

Arjan Molenaar requested to merge amolenaar/gst-bitmask into pygobject-3-48

Fix regression causing fundamental primitives (not backed by instance/class data objects).

I created a replica of Gst.Bitmask and used that for testing.

@jbicha Can you please verify this fixes the issues with Gst for you?

Fixes #624 (closed)

NB. I branched PyGObject 3.48, not master.

Edited by Arjan Molenaar

Merge request reports