[pygobject] Drop MININT64/MAXUINT64 workaround



commit 00b9ea32d766ae486249f402d9dee511fd9f53a9
Author: Martin Pitt <martinpitt gnome org>
Date:   Mon Nov 26 08:11:36 2012 +0100

    Drop MININT64/MAXUINT64 workaround
    
    g-i 1.34.2 properly handles 64 bit constants now, so bug 685022 has been fixed
    properly now. Drop the workaround in the overrides to manually set these
    constants.

 gi/overrides/GLib.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gi/overrides/GLib.py b/gi/overrides/GLib.py
index ed63679..dd83f3a 100644
--- a/gi/overrides/GLib.py
+++ b/gi/overrides/GLib.py
@@ -842,10 +842,3 @@ glib_version = (GLib.MAJOR_VERSION, GLib.MINOR_VERSION, GLib.MICRO_VERSION)
 __all__.append('glib_version')
 pyglib_version = version_info
 __all__.append('pyglib_version')
-
-# work around wrong constants in GLib GIR, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=685022
-MININT64 = -9223372036854775808
-MAXUINT64 = 18446744073709551615
-__all__.append('MININT64')
-__all__.append('MAXUINT64')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]