[pypy-svn] r8900 - pypy/dist/pypy/translator

arigo at codespeak.net arigo at codespeak.net
Sat Feb 5 15:29:43 CET 2005


Author: arigo
Date: Sat Feb  5 15:29:43 2005
New Revision: 8900

Modified:
   pypy/dist/pypy/translator/genc.py
Log:
Needed for unwrap__Slice().


Modified: pypy/dist/pypy/translator/genc.py
==============================================================================
--- pypy/dist/pypy/translator/genc.py	(original)
+++ pypy/dist/pypy/translator/genc.py	Sat Feb  5 15:29:43 2005
@@ -353,6 +353,7 @@
         file:   '&PyFile_Type',
         type(None): 'Py_None->ob_type',
         CodeType: '&PyCode_Type',
+        slice:  '&PySlice_Type',
 
         r_int:  '&PyInt_Type',
         r_uint: '&PyInt_Type',



More information about the Pypy-commit mailing list