Actions
Bug #6519
closedWarnings in py-gobject
Start date:
2015-12-17
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Description
Current py-gobject version 2.21 prints:
@** (python-console.py:26497): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
- (python-console.py:26497): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
- (python-console.py:26497): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'@
due to change of some enums to flags in gio-types.defs.
Reference: https://bugzilla.gnome.org/show_bug.cgi?id=668522, fixed upstream later on.
Actions