[pypy-svn] r24817 - pypy/branch/explicit-exceptions/rpython/lltypesystem

mwh at codespeak.net mwh at codespeak.net
Wed Mar 22 20:58:38 CET 2006


Author: mwh
Date: Wed Mar 22 20:58:27 2006
New Revision: 24817

Modified:
   pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py
Log:
gc_{un,}protect for lloperation


Modified: pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/branch/explicit-exceptions/rpython/lltypesystem/lloperation.py	Wed Mar 22 20:58:27 2006
@@ -278,6 +278,8 @@
     'gc_call_rtti_destructor': LLOp(),
     'gc_push_alive_pyobj':  LLOp(),
     'gc_pop_alive_pyobj':   LLOp(),
+    'gc_protect':           LLOp(),
+    'gc_unprotect':         LLOp(),    
 
     # __________ misc operations __________
 



More information about the Pypy-commit mailing list