Fixes #618: Be careful to avoid a recursive import under PyPy that can lead to...
Fixes #618: Be careful to avoid a recursive import under PyPy that can lead to an interpreter crash. No additional tests needed, because the removal of try/except in builtins.py would cause existing tests to fail if we still recursed. As a side-effect, Timeout objects that can never expire should be cheaper to create now. See also https://bitbucket.org/pypy/pypy/issues/2089/crash-in-pypy-260-linux64-with-gevent-11b1
Showing
Makefile
deleted
100644 → 0
Please register or sign in to comment