# Pastebin TOODea2d $ pypy3 Python 3.8.12 (67f1b98040bad2f1241e4e1ebde6051a505f628a, Jan 26 2022, 14:44:12) [PyPy 7.3.8 with GCC Apple LLVM 13.0.0 (clang-1300.0.29.30)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>> import numpy /Users/tismer/src/QtC/pypy3.8-v7.3.8rc1-osx64/lib/pypy3.8/site-packages/numpy/core/_add_newdocs.py:2826: UserWarning: add_newdoc was used on a pure-python object >. Prefer to attach it directly to the source. add_newdoc('numpy.core.multiarray', 'ndarray', ('__class_getitem__', /Users/tismer/src/QtC/pypy3.8-v7.3.8rc1-osx64/lib/pypy3.8/site-packages/numpy/core/_add_newdocs.py:6128: UserWarning: add_newdoc was used on a pure-python object >. Prefer to attach it directly to the source. add_newdoc('numpy.core.multiarray', 'dtype', ('__class_getitem__', /Users/tismer/src/QtC/pypy3.8-v7.3.8rc1-osx64/lib/pypy3.8/site-packages/numpy/core/_add_newdocs.py:6640: UserWarning: add_newdoc was used on a pure-python object >. Prefer to attach it directly to the source. add_newdoc('numpy.core.numerictypes', 'number', ('__class_getitem__', >>>> numpy.__version__ '1.22.1'