spacepaste

  1.  
  2. Python 3.5.3 (fdd60ed87e941677e8ea11acf9f1819466521bf2, Apr 26 2018, 01:25:35)
  3. [PyPy 6.0.0 with GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] on darwin
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>> import aiohttp
  6. /usr/local/Cellar/pypy3/6.0.0/libexec/lib-python/3/importlib/_bootstrap.py:223: UserWarning: builtins.type size changed, may indicate binary incompatibility. Expected 872, got 416
  7. return f(*args, **kwds)
  8. >>>> aiohttp.__version__
  9. '3.1.3'
  10.