Skip to content

Commit

Permalink
thread module is required
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 8, 2017
1 parent d720c52 commit af9a232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsqueakvm/plugins/python/py_objspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def new_pypy_objspace():
# rstacklets are required
pypy_config.translation.continuation = True
pypy_config.objspace.usemodules._continuation = True
pypy_config.objspace.usemodules.thread = True

# Enable immutable (and fast) module.Module
pypy_config.objspace.std.suggest(withcelldict=True)
Expand Down

0 comments on commit af9a232

Please sign in to comment.