Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit