[pypy-commit] pypy stacklet: Missing checkin.

arigo noreply at buildbot.pypy.org
Thu Aug 18 09:38:16 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: stacklet
Changeset: r46592:141207c7d7ba
Date: 2011-08-18 09:42 +0200
http://bitbucket.org/pypy/pypy/changeset/141207c7d7ba/

Log:	Missing checkin.

diff --git a/pypy/rlib/rstacklet.py b/pypy/rlib/rstacklet.py
--- a/pypy/rlib/rstacklet.py
+++ b/pypy/rlib/rstacklet.py
@@ -27,6 +27,9 @@
     def get_null_handle(self):
         return self._gcrootfinder.get_null_handle()
 
+def get_null_handle(config):
+    return _getgcrootfinder(config).get_null_handle()
+
 
 class StackletThreadDeleter(object):
     # quick hack: the __del__ is on another object, so that


More information about the pypy-commit mailing list