GNOME Bugzilla – Bug 747002
Assigning None to nested struct segfaults
Last modified: 2018-01-10 20:49:29 UTC
Turned up in bug 746985 > struct _GIMarshallingTestsSimpleStruct { > glong long_; > gint8 int8; > }; > > typedef struct { > GIMarshallingTestsSimpleStruct simple_struct; > } GIMarshallingTestsNestedStruct; ################ s = GIMarshallingTests.NestedStruct() s.simple_struct = None # segfault ################
+ Trace 234905
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/pygobject/issues/99.