Enlightenment CVS committal

Author  : ulisses
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-emotion/emotion


Modified Files:
        emotion.c_emotion.pyx 


Log Message:
Updating to use newer Cython (0.9.6.8).

===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-emotion/emotion/emotion.c_emotion.pyx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- emotion.c_emotion.pyx       1 Oct 2007 04:38:41 -0000       1.8
+++ emotion.c_emotion.pyx       5 Nov 2007 22:11:45 -0000       1.9
@@ -2,7 +2,7 @@
 import evas.c_evas
 
 cdef void _emotion_callback(void *data,
-                            evas.c_evas.Evas_Object *o, void *ei) with GIL:
+                            evas.c_evas.Evas_Object *o, void *ei) with gil:
     cdef Emotion obj
     cdef object event
     obj = <Emotion>evas.c_evas._Object_from_instance(<long>o)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to