GNOME Bugzilla – Bug 684103
make glib work with python3
Last modified: 2013-01-01 20:49:45 UTC
We are shipping a number of python programs in glib. Would be good to make all of those work with python3. Porting to python3 is a gnome goal: https://live.gnome.org/GnomeGoals/Python3Porting
I've verified glib itself builds and installs fine with Python 3.3rc2. However, gobject-introspection is a different story.
I think what we probably need here is a --with-python configure option as outlined in the wiki page.