Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r69538:f06389a51ea3 Date: 2014-02-27 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/f06389a51ea3/
Log: mark this as doing random gcops diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++ b/rpython/rlib/entrypoint.py @@ -78,7 +78,8 @@ # registered RPython_StartupCode = rffi.llexternal('RPython_StartupCode', [], lltype.Void, - _nowrapper=True) + _nowrapper=True, + random_effects_on_gcobjs=True) @entrypoint('main', [], c_name='rpython_startup_code') def rpython_startup_code(): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit