Enlightenment CVS committal

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

Dir     : e17/proto/python-efl/python-evas/include


Modified Files:
        python.pxd 


Log Message:
Adding metaclass to extension types to optimize register of decorated methods.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/include/python.pxd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- python.pxd  30 Sep 2007 21:57:17 -0000      1.1
+++ python.pxd  8 Oct 2007 00:02:19 -0000       1.2
@@ -35,6 +35,9 @@
         Py_GT = 4
         Py_GE = 5
 
+    ctypedef struct PyTypeObject:
+        PyTypeObject *ob_type
+
     # unicodeobject.h
     object PyUnicode_Decode(char *s, Py_ssize_t size, char *encoding, char 
*errors)
 



-------------------------------------------------------------------------
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