Enlightenment CVS committal Author : ulisses Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-ecore/ecore Modified Files: ecore.c_ecore_animator.pxi ecore.c_ecore_fd_handler.pxi ecore.c_ecore_idle_enterer.pxi ecore.c_ecore_idle_exiter.pxi ecore.c_ecore_idler.pxi ecore.c_ecore_timer.pxi Log Message: Updating to use newer Cython (0.9.6.8). =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_animator.pxi,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore.c_ecore_animator.pxi 30 Oct 2007 21:57:48 -0000 1.7 +++ ecore.c_ecore_animator.pxi 5 Nov 2007 22:05:54 -0000 1.8 @@ -2,7 +2,7 @@ import traceback -cdef int animator_cb(void *_td) with GIL: +cdef int animator_cb(void *_td) with gil: cdef Animator obj cdef int r =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_fd_handler.pxi,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ecore.c_ecore_fd_handler.pxi 30 Oct 2007 21:57:48 -0000 1.8 +++ ecore.c_ecore_fd_handler.pxi 5 Nov 2007 22:05:54 -0000 1.9 @@ -2,7 +2,7 @@ import traceback -cdef void fd_handler_prepare_cb(void *_td, Ecore_Fd_Handler *fdh) with GIL: +cdef void fd_handler_prepare_cb(void *_td, Ecore_Fd_Handler *fdh) with gil: cdef FdHandler obj cdef int r @@ -27,7 +27,7 @@ return ", ".join(flags) -cdef int fd_handler_cb(void *_td, Ecore_Fd_Handler *fdh) with GIL: +cdef int fd_handler_cb(void *_td, Ecore_Fd_Handler *fdh) with gil: cdef FdHandler obj cdef int r =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_idle_enterer.pxi,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore.c_ecore_idle_enterer.pxi 30 Oct 2007 21:57:48 -0000 1.7 +++ ecore.c_ecore_idle_enterer.pxi 5 Nov 2007 22:05:54 -0000 1.8 @@ -2,7 +2,7 @@ import traceback -cdef int idle_enterer_cb(void *_td) with GIL: +cdef int idle_enterer_cb(void *_td) with gil: cdef IdleEnterer obj cdef int r =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_idle_exiter.pxi,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore.c_ecore_idle_exiter.pxi 30 Oct 2007 21:57:48 -0000 1.7 +++ ecore.c_ecore_idle_exiter.pxi 5 Nov 2007 22:05:54 -0000 1.8 @@ -2,7 +2,7 @@ import traceback -cdef int idle_exiter_cb(void *_td) with GIL: +cdef int idle_exiter_cb(void *_td) with gil: cdef IdleExiter obj cdef int r =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_idler.pxi,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore.c_ecore_idler.pxi 30 Oct 2007 21:57:48 -0000 1.7 +++ ecore.c_ecore_idler.pxi 5 Nov 2007 22:05:54 -0000 1.8 @@ -2,7 +2,7 @@ import traceback -cdef int idler_cb(void *_td) with GIL: +cdef int idler_cb(void *_td) with gil: cdef Idler obj cdef int r =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_timer.pxi,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore.c_ecore_timer.pxi 30 Oct 2007 21:57:48 -0000 1.7 +++ ecore.c_ecore_timer.pxi 5 Nov 2007 22:05:54 -0000 1.8 @@ -2,7 +2,7 @@ import traceback -cdef int timer_cb(void *_td) with GIL: +cdef int timer_cb(void *_td) with gil: cdef Timer obj cdef int r ------------------------------------------------------------------------- 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