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 549351 - an unitialized variable in PyGLib
an unitialized variable in PyGLib
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
Git master
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-25 20:10 UTC by Paul Pogonyshev
Modified: 2008-08-27 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
initialize it (787 bytes, patch)
2008-08-25 20:11 UTC, Paul Pogonyshev
committed Details | Review

Description Paul Pogonyshev 2008-08-25 20:10:54 UTC
I found it while investigating bug 547633 (still no success...).  Patch in a minute.
Comment 1 Paul Pogonyshev 2008-08-25 20:11:31 UTC
Created attachment 117364 [details] [review]
initialize it
Comment 2 Paul Pogonyshev 2008-08-27 21:40:31 UTC
Sending        ChangeLog
Sending        glib/pygmainloop.c
Transmitting file data ..
Committed revision 953.

2008-08-28  Paul Pogonyshev  <pogonyshev@gmx.net>

	Bug 549351 – an unitialized variable in PyGLib

	* glib/pygmainloop.c (pyg_main_loop_init): Initialize
	`is_running'.