I have just commited some changes to CVS that get rid of code that treated
GTypes and ints as interchangeable. Now, GTypes are always represented as
GType objects (although functions that expect GTypes will still accept
strings).
Although the current code was non broken before, there is a patch under
consideration that would make the GTypes store a munged pointer, which is
not really safe to store in a python int (there may be size issues, etc).
This change shouldn't break anything unless you were specifically treating
GTypes as ints in python code (which shouldn't really be done anyway).
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk