[pypy-commit] pypy stmgc-c8: Add missing operations

arigo noreply at buildbot.pypy.org
Tue Jun 23 18:06:20 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c8
Changeset: r78269:64a14ac8476f
Date: 2015-06-23 17:16 +0200
http://bitbucket.org/pypy/pypy/changeset/64a14ac8476f/

Log:	Add missing operations

diff --git a/rpython/translator/stm/inevitable.py b/rpython/translator/stm/inevitable.py
--- a/rpython/translator/stm/inevitable.py
+++ b/rpython/translator/stm/inevitable.py
@@ -11,6 +11,7 @@
     'cast_ptr_to_weakrefptr', 'cast_weakrefptr_to_ptr',
     'debug_print', 'debug_assert', 'debug_flush', 'debug_offset',
     'debug_start', 'debug_stop', 'have_debug_prints',
+    'have_debug_prints_for',
     'debug_catch_exception', 'debug_nonnull_pointer',
     'debug_record_traceback', 'debug_start_traceback',
     'debug_reraise_traceback',
@@ -88,6 +89,7 @@
     'gc_dump_rpy_heap', 'gc_thread_start', 'gc_thread_die',
     'raw_memclear', 'raw_memcopy', 'raw_memmove', 'raw_memset',
     'gc_thread_after_fork', 'gc_thread_before_fork',
+    'debug_forked',
     ])
 
 # ____________________________________________________________


More information about the pypy-commit mailing list