Searched refs:__pypy__ (Results 1 – 4 of 4) sorted by relevance
63 import __pypy__65 __pypy__ = None variable66 _dict_is_ordered = bool(PY36 or __pypy__)67 del PY36, __pypy__
22 from __pypy__ import tproxy
514 ``__pypy__.add_memory_pressure(n)``. Its argument ``n`` is an estimate517 similar, you would call ``__pypy__.add_memory_pressure(n)`` after523 ``__pypy__.add_memory_pressure(n)`` with an argument ``n`` that is an528 ``__pypy__.add_memory_pressure()`` in the former even if the user may541 try calling ``__pypy__.add_memory_pressure()`` anyway; it is better to
332 import __pypy__