Created
June 30, 2018 11:02
-
-
Save ilovezfs/f537606972a1d66466c190b05095802f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(v) bash-3.2$ python -v setup.py egg_info | |
import _frozen_importlib # frozen | |
import _imp # builtin | |
import '_thread' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'> | |
# installing zipimport hook | |
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'> | |
# installed zipimport hook | |
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'> | |
import '_io' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'posix' # <class '_frozen_importlib.BuiltinImporter'> | |
import _thread # previously loaded ('_thread') | |
import '_thread' # <class '_frozen_importlib.BuiltinImporter'> | |
import _weakref # previously loaded ('_weakref') | |
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/codecs.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/codecs.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/codecs.cpython-37.pyc' | |
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba28fd0> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/aliases.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/aliases.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/aliases.cpython-37.pyc' | |
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba63b38> | |
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba28a58> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/utf_8.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/utf_8.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/utf_8.cpython-37.pyc' | |
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba75860> | |
import '_signal' # <class '_frozen_importlib.BuiltinImporter'> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/latin_1.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/latin_1.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/latin_1.cpython-37.pyc' | |
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba792e8> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/io.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/io.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/io.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/abc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/abc.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/abc.cpython-37.pyc' | |
import '_abc' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba79898> | |
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba794e0> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/site.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/site.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/site.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/os.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/os.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/os.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/stat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/stat.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/stat.cpython-37.pyc' | |
import '_stat' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x10bafb208> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/posixpath.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/posixpath.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/posixpath.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/genericpath.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/genericpath.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/genericpath.cpython-37.pyc' | |
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x10bafec50> | |
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x10bafb8d0> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/_collections_abc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/_collections_abc.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/_collections_abc.cpython-37.pyc' | |
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb092b0> | |
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba87e48> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/_bootlocale.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/_bootlocale.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/__pycache__/_bootlocale.cpython-37.pyc' | |
import '_locale' # <class '_frozen_importlib.BuiltinImporter'> | |
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x10baef208> | |
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x10ba7f400> | |
Python 3.7.0 (default, Jun 29 2018, 20:13:13) | |
[Clang 9.1.0 (clang-902.0.39.2)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/functools.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/functools.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/functools.cpython-37.pyc' | |
import '_functools' # <class '_frozen_importlib.BuiltinImporter'> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/collections/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/collections/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/collections/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/operator.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/operator.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/operator.cpython-37.pyc' | |
import '_operator' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x10bf9dcc0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/keyword.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/keyword.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/keyword.cpython-37.pyc' | |
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfa8dd8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/heapq.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/heapq.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/heapq.cpython-37.pyc' | |
# extension module '_heapq' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so' | |
# extension module '_heapq' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so' | |
import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10bfacc88> | |
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfac748> | |
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/reprlib.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/reprlib.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/reprlib.cpython-37.pyc' | |
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfa82b0> | |
import '_collections' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb58f60> | |
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb4e748> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/distutils/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/warnings.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/warnings.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/warnings.cpython-37.pyc' | |
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfa6588> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/imp.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/imp.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/imp.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/types.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/types.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/types.cpython-37.pyc' | |
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfcf320> | |
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb60550> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/machinery.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/machinery.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/machinery.cpython-37.pyc' | |
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfcf5c0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/util.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/util.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/util.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/abc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/importlib/abc.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/importlib/__pycache__/abc.cpython-37.pyc' | |
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfdc438> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/contextlib.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/contextlib.cpython-37.pyc' | |
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfdcbe0> | |
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfcfbe0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/tokenize.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/tokenize.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/tokenize.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/re.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/re.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/re.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/enum.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/enum.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/enum.cpython-37.pyc' | |
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x10c007be0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/sre_compile.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/sre_compile.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/sre_compile.cpython-37.pyc' | |
import '_sre' # <class '_frozen_importlib.BuiltinImporter'> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/sre_parse.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/sre_parse.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/sre_parse.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/sre_constants.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/sre_constants.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/sre_constants.cpython-37.pyc' | |
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x10c030ba8> | |
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0283c8> | |
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x10c015dd8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/copyreg.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/copyreg.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/copyreg.cpython-37.pyc' | |
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x10c045128> | |
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x10c004c88> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/token.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/token.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/token.cpython-37.pyc' | |
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x10c045470> | |
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfe6a58> | |
import 'imp' # <_frozen_importlib_external.SourceFileLoader object at 0x10bfa6a58> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/opcode.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/opcode.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/opcode.cpython-37.pyc' | |
# extension module '_opcode' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so' | |
# extension module '_opcode' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so' | |
import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c0508d0> | |
import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x10bff2c88> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc' | |
import '_virtualenv_distutils' # <_frozen_importlib_external.SourceFileLoader object at 0x10c04f390> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/__init__.cpython-37.pyc' | |
import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x10c05cc18> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/errors.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/errors.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/errors.cpython-37.pyc' | |
import 'distutils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x10c05ceb8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/fancy_getopt.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/fancy_getopt.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/fancy_getopt.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/string.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/string.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/string.cpython-37.pyc' | |
import '_string' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x10c070ba8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/getopt.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/getopt.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/getopt.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/gettext.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/gettext.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/gettext.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/locale.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/locale.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/locale.cpython-37.pyc' | |
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x10c08d9e8> | |
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x10c07fc18> | |
import 'getopt' # <_frozen_importlib_external.SourceFileLoader object at 0x10c07f470> | |
import 'distutils.fancy_getopt' # <_frozen_importlib_external.SourceFileLoader object at 0x10c05cf28> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/util.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dep_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dep_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dep_util.cpython-37.pyc' | |
import 'distutils.dep_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0b70f0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/spawn.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/spawn.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/spawn.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/debug.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/debug.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/debug.cpython-37.pyc' | |
import 'distutils.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0b7898> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/log.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/log.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/log.cpython-37.pyc' | |
import 'distutils.log' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0b7978> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/sysconfig.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/sysconfig.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/sysconfig.cpython-37.pyc' | |
import 'distutils.sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0b7fd0> | |
import 'distutils.spawn' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0b73c8> | |
import 'distutils.util' # <_frozen_importlib_external.SourceFileLoader object at 0x10c070a90> | |
import 'distutils.dist' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0565c0> | |
import 'distutils' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb52470> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/core.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/core.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/cmd.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/cmd.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dir_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dir_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dir_util.cpython-37.pyc' | |
import 'errno' # <class '_frozen_importlib.BuiltinImporter'> | |
import 'distutils.dir_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0cd6a0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/file_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/file_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/file_util.cpython-37.pyc' | |
import 'distutils.file_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0d3710> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/archive_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/archive_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/archive_util.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/zipfile.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/zipfile.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/zipfile.cpython-37.pyc' | |
import 'time' # <class '_frozen_importlib.BuiltinImporter'> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/shutil.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/shutil.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/shutil.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/fnmatch.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/fnmatch.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/fnmatch.cpython-37.pyc' | |
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x10c149898> | |
# extension module 'zlib' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so' | |
# extension module 'zlib' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so' | |
import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c149d30> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/bz2.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bz2.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/bz2.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_compression.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_compression.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_compression.cpython-37.pyc' | |
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x10c14f978> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/threading.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/threading.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/traceback.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/traceback.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/traceback.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/linecache.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/linecache.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/linecache.cpython-37.pyc' | |
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x10c177b70> | |
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x10c170b70> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/_weakrefset.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/_weakrefset.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/_weakrefset.cpython-37.pyc' | |
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x10c177d68> | |
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x10c159080> | |
# extension module '_bz2' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so' | |
# extension module '_bz2' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so' | |
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c185fd0> | |
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x10c14f0f0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/lzma.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lzma.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/lzma.cpython-37.pyc' | |
# extension module '_lzma' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so' | |
# extension module '_lzma' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so' | |
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c196898> | |
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x10c1620f0> | |
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'> | |
# extension module 'grp' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so' | |
# extension module 'grp' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so' | |
import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c196ac8> | |
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x10c142198> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/struct.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/struct.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/struct.cpython-37.pyc' | |
# extension module '_struct' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so' | |
# extension module '_struct' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so' | |
import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c196ef0> | |
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x10c142320> | |
# extension module 'binascii' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so' | |
# extension module 'binascii' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so' | |
import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c1a2048> | |
import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0d74a8> | |
import 'distutils.archive_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0d3a58> | |
import 'distutils.cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0bebe0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/config.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/config.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/config.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/configparser.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/configparser.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/configparser.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/collections/__pycache__/abc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/collections/abc.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/collections/__pycache__/abc.cpython-37.pyc' | |
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10c1fe9e8> | |
import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x10c1a2668> | |
import 'distutils.config' # <_frozen_importlib_external.SourceFileLoader object at 0x10c0d7358> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/extension.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/extension.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/extension.cpython-37.pyc' | |
import 'distutils.extension' # <_frozen_importlib_external.SourceFileLoader object at 0x10c1a2748> | |
import 'distutils.core' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb581d0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/filelist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/filelist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/filelist.cpython-37.pyc' | |
import 'distutils.filelist' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2095c0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extern/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extern/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extern/__pycache__/__init__.cpython-37.pyc' | |
import 'setuptools.extern' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2131d0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-37.pyc' | |
import 'setuptools._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x10c213588> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/__future__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/__future__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/__future__.cpython-37.pyc' | |
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x10c220ef0> | |
import 'setuptools._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2136d8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'setuptools._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10c213ef0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/version.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/version.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/version.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/__init__.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/pkgutil.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pkgutil.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/pkgutil.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/weakref.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/weakref.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/weakref.cpython-37.pyc' | |
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x10c283320> | |
import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x10c278908> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/platform.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/platform.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/platform.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/subprocess.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/subprocess.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/signal.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/signal.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/signal.cpython-37.pyc' | |
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2b1278> | |
# extension module '_posixsubprocess' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so' | |
# extension module '_posixsubprocess' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so' | |
import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c2b1320> | |
# extension module 'select' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so' | |
# extension module 'select' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so' | |
import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c2b19b0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/selectors.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/selectors.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/selectors.cpython-37.pyc' | |
# extension module 'math' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so' | |
# extension module 'math' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so' | |
import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c2c4518> | |
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2b1cf8> | |
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x10c29e780> | |
import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x10c28fb70> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/plistlib.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/plistlib.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/plistlib.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/datetime.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/datetime.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/datetime.cpython-37.pyc' | |
# extension module '_datetime' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so' | |
# extension module '_datetime' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so' | |
import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c317908> | |
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2dc748> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/__pycache__/__init__.cpython-37.pyc' | |
import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2dc940> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/__pycache__/__init__.cpython-37.pyc' | |
import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2dcc50> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/__pycache__/expat.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/expat.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/__pycache__/expat.cpython-37.pyc' | |
# extension module 'pyexpat' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so' | |
# extension module 'pyexpat' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so' | |
import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c2dce48> | |
import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2dccc0> | |
import 'plistlib' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2a69e8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/parser.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/parser.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/parser.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/feedparser.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/feedparser.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/errors.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/errors.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/errors.cpython-37.pyc' | |
import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2e6780> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/_policybase.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_policybase.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/_policybase.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/header.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/header.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/header.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/quoprimime.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/quoprimime.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/quoprimime.cpython-37.pyc' | |
import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x10c317c18> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/base64mime.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/base64mime.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/base64mime.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/base64.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/base64.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/base64.cpython-37.pyc' | |
import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x10c32eb38> | |
import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x10c32e940> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/charset.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/charset.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/charset.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/encoders.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/encoders.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/encoders.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/quopri.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/quopri.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/quopri.cpython-37.pyc' | |
import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x10c33b588> | |
import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x10c33b198> | |
import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x10c3365f8> | |
import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2e1d30> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/utils.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/utils.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/utils.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/random.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/random.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/random.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/hashlib.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/hashlib.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/hashlib.cpython-37.pyc' | |
# extension module '_hashlib' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so' | |
# extension module '_hashlib' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so' | |
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c38fb00> | |
# extension module '_blake2' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so' | |
# extension module '_blake2' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so' | |
import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c396240> | |
# extension module '_sha3' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so' | |
# extension module '_sha3' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so' | |
import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c396358> | |
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x10c38f0b8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/bisect.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/bisect.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/bisect.cpython-37.pyc' | |
# extension module '_bisect' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so' | |
# extension module '_bisect' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so' | |
import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c38f9e8> | |
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x10c38f550> | |
# extension module '_random' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so' | |
# extension module '_random' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so' | |
import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c38f4e0> | |
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x10c3448d0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/socket.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socket.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/socket.cpython-37.pyc' | |
# extension module '_socket' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so' | |
# extension module '_socket' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so' | |
import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c3a09e8> | |
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x10c38f908> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/__init__.cpython-37.pyc' | |
import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x10c396518> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/parse.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/parse.cpython-37.pyc' | |
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x10c396d30> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/_parseaddr.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_parseaddr.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/_parseaddr.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/calendar.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/calendar.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/calendar.cpython-37.pyc' | |
import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x10c64fb38> | |
import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x10c3be518> | |
import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10c3174e0> | |
import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x10c2e6978> | |
import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x10c30d1d0> | |
import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x10c30ddd8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/tempfile.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/tempfile.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/tempfile.cpython-37.pyc' | |
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x10c30d748> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/textwrap.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/textwrap.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/textwrap.cpython-37.pyc' | |
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6727f0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/inspect.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/inspect.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/inspect.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/dis.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/dis.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/dis.cpython-37.pyc' | |
import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6a2048> | |
import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x10c672908> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/extern/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-37.pyc' | |
import 'pkg_resources.extern' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c2128> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-37.pyc' | |
import 'pkg_resources._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c2438> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'pkg_resources._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c2588> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'pkg_resources._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c2d68> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/py31compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/py31compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/py31compat.cpython-37.pyc' | |
import 'pkg_resources.py31compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c2f60> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/appdirs.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-37.pyc' | |
import 'pkg_resources._vendor.appdirs' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c9128> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__about__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-37.pyc' | |
import 'pkg_resources._vendor.packaging.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6df710> | |
import 'pkg_resources._vendor.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c9668> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_structures.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-37.pyc' | |
import 'pkg_resources.extern.packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6f9ef0> | |
import 'pkg_resources.extern.packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6c9048> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-37.pyc' | |
import 'pkg_resources.extern.packaging._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10c7143c8> | |
import 'pkg_resources.extern.packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x10c6f9ba8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/requirements.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/copy.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/copy.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/copy.cpython-37.pyc' | |
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x10c79f358> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/pprint.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pprint.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/pprint.cpython-37.pyc' | |
import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x10c79f780> | |
import 'pkg_resources._vendor.pyparsing' # <_frozen_importlib_external.SourceFileLoader object at 0x10c714da0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/markers.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-37.pyc' | |
import 'pkg_resources.extern.packaging.markers' # <_frozen_importlib_external.SourceFileLoader object at 0x10c7103c8> | |
import 'pkg_resources.extern.packaging.requirements' # <_frozen_importlib_external.SourceFileLoader object at 0x10c700ba8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sysconfig.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc' | |
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9298d0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_osx_support.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_osx_support.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_osx_support.cpython-37.pyc' | |
import '_osx_support' # <_frozen_importlib_external.SourceFileLoader object at 0x10c93c278> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_sysconfigdata_m_darwin_darwin.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_sysconfigdata_m_darwin_darwin.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_sysconfigdata_m_darwin_darwin.cpython-37.pyc' | |
import '_sysconfigdata_m_darwin_darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x10c93cc50> | |
import 'pkg_resources' # <_frozen_importlib_external.SourceFileLoader object at 0x10c21a358> | |
import 'setuptools.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10c213358> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/extension.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extension.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/extension.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/monkey.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/monkey.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/monkey.cpython-37.pyc' | |
import 'setuptools.monkey' # <_frozen_importlib_external.SourceFileLoader object at 0x10c917470> | |
import 'setuptools.extension' # <_frozen_importlib_external.SourceFileLoader object at 0x10c917dd8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/dist.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/dist.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/dist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/numbers.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/numbers.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/numbers.cpython-37.pyc' | |
import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x10c976c18> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/version.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/version.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/version.cpython-37.pyc' | |
import 'distutils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10c980ba8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__about__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-37.pyc' | |
import 'setuptools._vendor.packaging.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9894e0> | |
import 'setuptools._vendor.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9892e8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/depends.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/depends.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/depends.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py33compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/py33compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py33compat.cpython-37.pyc' | |
# extension module 'array' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so' | |
# extension module 'array' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so' | |
import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c989978> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__pycache__/__init__.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__pycache__/entities.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/entities.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__pycache__/entities.cpython-37.pyc' | |
import 'html.entities' # <_frozen_importlib_external.SourceFileLoader object at 0x10c989f28> | |
import 'html' # <_frozen_importlib_external.SourceFileLoader object at 0x10c989a58> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__pycache__/parser.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/parser.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__pycache__/parser.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_markupbase.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_markupbase.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_markupbase.cpython-37.pyc' | |
import '_markupbase' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9e57f0> | |
import 'html.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9dfa58> | |
import 'setuptools.py33compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9896d8> | |
import 'setuptools.depends' # <_frozen_importlib_external.SourceFileLoader object at 0x10c989320> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/windows_support.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/windows_support.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/windows_support.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__pycache__/__init__.cpython-37.pyc' | |
# extension module '_ctypes' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so' | |
# extension module '_ctypes' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so' | |
import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10c9fac50> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__pycache__/_endian.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/_endian.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__pycache__/_endian.cpython-37.pyc' | |
import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca112e8> | |
import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x10c9f2080> | |
import 'setuptools.windows_support' # <_frozen_importlib_external.SourceFileLoader object at 0x10c989828> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/config.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/config.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/config.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/version.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/_structures.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-37.pyc' | |
import 'setuptools.extern.packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca35c18> | |
import 'setuptools.extern.packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca118d0> | |
import 'setuptools.config' # <_frozen_importlib_external.SourceFileLoader object at 0x10c989630> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py36compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/py36compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py36compat.cpython-37.pyc' | |
import 'setuptools.py36compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca392e8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/specifiers.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/_compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-37.pyc' | |
import 'setuptools.extern.packaging._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca47f28> | |
import 'setuptools.extern.packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca39400> | |
import 'setuptools.dist' # <_frozen_importlib_external.SourceFileLoader object at 0x10c95a5f8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/msvc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/msvc.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/msvc.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/msvc9compiler.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/msvc9compiler.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/msvc9compiler.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/ccompiler.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/ccompiler.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/ccompiler.cpython-37.pyc' | |
import 'distutils.ccompiler' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca70d68> | |
# destroy distutils.msvc9compiler | |
import 'setuptools.msvc' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca39e48> | |
import 'setuptools' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb48e10> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/message.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/message.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/message.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/uu.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/uu.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/uu.cpython-37.pyc' | |
import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca983c8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/_encoded_words.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_encoded_words.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/_encoded_words.cpython-37.pyc' | |
import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca98630> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/iterators.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/iterators.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__pycache__/iterators.cpython-37.pyc' | |
import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca98c50> | |
import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca7def0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/__init__.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/__init__.cpython-37.pyc' | |
import 'distutils.command' # <_frozen_importlib_external.SourceFileLoader object at 0x10cab5ba8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/bdist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/bdist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/bdist.cpython-37.pyc' | |
import 'distutils.command.bdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10cab52e8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_scripts.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/install_scripts.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_scripts.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_scripts.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install_scripts.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_scripts.cpython-37.pyc' | |
import 'distutils.command.install_scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x10cac8470> | |
import 'setuptools.command.install_scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x10cac8128> | |
import 'setuptools.command' # <_frozen_importlib_external.SourceFileLoader object at 0x10cab53c8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/easy_install.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/easy_install.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/easy_install.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/glob.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/glob.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/glob.cpython-37.pyc' | |
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x10caa5940> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install.cpython-37.pyc' | |
import 'distutils.command.install' # <_frozen_importlib_external.SourceFileLoader object at 0x10cae8f98> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build_scripts.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/build_scripts.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build_scripts.cpython-37.pyc' | |
import 'distutils.command.build_scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x10caf09b0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/shlex.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shlex.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/shlex.cpython-37.pyc' | |
import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x10caf0cf8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/sandbox.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/sandbox.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/sandbox.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/pickle.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pickle.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/pickle.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_compat_pickle.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_compat_pickle.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/_compat_pickle.cpython-37.pyc' | |
import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb25550> | |
# extension module '_pickle' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so' | |
# extension module '_pickle' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so' | |
import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10cb25d68> | |
import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb0b1d0> | |
import 'setuptools.sandbox' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb000b8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py31compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/py31compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py31compat.cpython-37.pyc' | |
import 'setuptools.py31compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb252b0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py27compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/py27compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py27compat.cpython-37.pyc' | |
import 'setuptools.py27compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb25c50> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/setopt.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/setopt.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/setopt.cpython-37.pyc' | |
import 'setuptools.command.setopt' # <_frozen_importlib_external.SourceFileLoader object at 0x10ca7dcc0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/archive_util.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/archive_util.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/archive_util.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/tarfile.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/tarfile.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/__pycache__/tarfile.cpython-37.pyc' | |
import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x10caa59b0> | |
import 'setuptools.archive_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10caa5470> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/package_index.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/package_index.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/package_index.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__pycache__/__init__.cpython-37.pyc' | |
import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb706d8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__pycache__/client.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__pycache__/client.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/ssl.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/ssl.cpython-37.pyc' | |
# extension module '_ssl' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so' | |
# extension module '_ssl' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so' | |
import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10cbb6978> | |
import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb9c588> | |
import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb709b0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/ssl_support.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/ssl_support.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/ssl_support.cpython-37.pyc' | |
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/request.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/request.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/error.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/error.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/error.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/response.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/response.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__pycache__/response.cpython-37.pyc' | |
import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc1da90> | |
import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc1d4a8> | |
# extension module '_scproxy' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so' | |
# extension module '_scproxy' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so' | |
import '_scproxy' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10cc247f0> | |
import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x10cbeee10> | |
import 'setuptools.ssl_support' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb9c128> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/wheel.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/wheel.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/wheel.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/utils.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-37.pyc' | |
import 'setuptools.extern.packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc24908> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/pep425tags.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/pep425tags.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/pep425tags.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/glibc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/glibc.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/glibc.cpython-37.pyc' | |
import 'setuptools.glibc' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc37358> | |
import 'setuptools.pep425tags' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc24a58> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/egg_info.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/egg_info.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/egg_info.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/sdist.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/sdist.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/sdist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/sdist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/sdist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/sdist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/text_file.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/text_file.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/text_file.cpython-37.pyc' | |
import 'distutils.text_file' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc47860> | |
import 'distutils.command.sdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc40cc0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/py36compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/py36compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/py36compat.cpython-37.pyc' | |
import 'setuptools.command.py36compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc47b38> | |
import 'setuptools.command.sdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc40668> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/bdist_egg.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-37.pyc' | |
import 'setuptools.command.bdist_egg' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc47c18> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/unicode_utils.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/unicode_utils.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/unicode_utils.cpython-37.pyc' | |
# extension module 'unicodedata' loaded from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so' | |
# extension module 'unicodedata' executed from '/Users/joe/Developer/cffitests/v/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so' | |
import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10cc5c518> | |
import 'setuptools.unicode_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc5c2b0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/glob.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/glob.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/glob.cpython-37.pyc' | |
import 'setuptools.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc5c630> | |
import 'setuptools.command.egg_info' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc37198> | |
import 'setuptools.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x10cb9c0b8> | |
import 'setuptools.package_index' # <_frozen_importlib_external.SourceFileLoader object at 0x10caa5f98> | |
import 'setuptools.command.easy_install' # <_frozen_importlib_external.SourceFileLoader object at 0x10cab5550> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/install.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install.cpython-37.pyc' | |
import 'setuptools.command.install' # <_frozen_importlib_external.SourceFileLoader object at 0x10cc5ce48> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/build.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build.cpython-37.pyc' | |
import 'distutils.command.build' # <_frozen_importlib_external.SourceFileLoader object at 0x10cd840b8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_lib.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/install_lib.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_lib.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_lib.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install_lib.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_lib.cpython-37.pyc' | |
import 'distutils.command.install_lib' # <_frozen_importlib_external.SourceFileLoader object at 0x10cd844a8> | |
import 'setuptools.command.install_lib' # <_frozen_importlib_external.SourceFileLoader object at 0x10cd84160> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/idna.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/idna.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/idna.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/stringprep.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/stringprep.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/stringprep.cpython-37.pyc' | |
import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x10cd90cf8> | |
import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x10cd90da0> | |
# /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/cp437.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/cp437.py | |
# code object from '/Users/joe/Developer/cffitests/v/bin/../lib/python3.7/encodings/__pycache__/cp437.cpython-37.pyc' | |
import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdf7358> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/gzip.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/gzip.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/gzip.cpython-37.pyc' | |
import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdd5320> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/distutils/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/__init__.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/errors.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/errors.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/errors.cpython-37.pyc' | |
import 'distutils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdf7f28> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/fancy_getopt.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/fancy_getopt.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/fancy_getopt.cpython-37.pyc' | |
import 'distutils.fancy_getopt' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdf7cc0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/util.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dep_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dep_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dep_util.cpython-37.pyc' | |
import 'distutils.dep_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10d641fd0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/spawn.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/spawn.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/spawn.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/debug.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/debug.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/debug.cpython-37.pyc' | |
import 'distutils.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdd5ef0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/log.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/log.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/log.cpython-37.pyc' | |
import 'distutils.log' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdd5668> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/sysconfig.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/sysconfig.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/sysconfig.cpython-37.pyc' | |
import 'distutils.sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x10d6204a8> | |
import 'distutils.spawn' # <_frozen_importlib_external.SourceFileLoader object at 0x10cd90518> | |
import 'distutils.util' # <_frozen_importlib_external.SourceFileLoader object at 0x10d6413c8> | |
import 'distutils.dist' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdb2a58> | |
import 'distutils' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdb2da0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/core.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/core.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/cmd.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/cmd.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dir_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dir_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/dir_util.cpython-37.pyc' | |
import 'distutils.dir_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10d620748> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/file_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/file_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/file_util.cpython-37.pyc' | |
import 'distutils.file_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10d6208d0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/archive_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/archive_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/archive_util.cpython-37.pyc' | |
import 'distutils.archive_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10d620a20> | |
import 'distutils.cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x10bb48da0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/config.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/config.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/config.cpython-37.pyc' | |
import 'distutils.config' # <_frozen_importlib_external.SourceFileLoader object at 0x10d620f28> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/extension.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/extension.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/extension.cpython-37.pyc' | |
import 'distutils.extension' # <_frozen_importlib_external.SourceFileLoader object at 0x10d61e048> | |
import 'distutils.core' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdb2518> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/filelist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/filelist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/filelist.cpython-37.pyc' | |
import 'distutils.filelist' # <_frozen_importlib_external.SourceFileLoader object at 0x10d61e550> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extern/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extern/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extern/__pycache__/__init__.cpython-37.pyc' | |
import 'setuptools.extern' # <_frozen_importlib_external.SourceFileLoader object at 0x10d61ec88> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-37.pyc' | |
import 'setuptools._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x10d61ef98> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'setuptools._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10d611080> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'setuptools._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10d611828> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/version.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/version.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/version.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/extern/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-37.pyc' | |
import 'pkg_resources.extern' # <_frozen_importlib_external.SourceFileLoader object at 0x10da99400> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-37.pyc' | |
import 'pkg_resources._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x10da99860> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'pkg_resources._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10da99908> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/six.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-37.pyc' | |
import 'pkg_resources._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10da9f128> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/py31compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/py31compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/__pycache__/py31compat.cpython-37.pyc' | |
import 'pkg_resources.py31compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10da9f358> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/appdirs.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-37.pyc' | |
import 'pkg_resources._vendor.appdirs' # <_frozen_importlib_external.SourceFileLoader object at 0x10da9fda0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__about__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-37.pyc' | |
import 'pkg_resources._vendor.packaging.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x10dab8748> | |
import 'pkg_resources._vendor.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x10daa5128> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_structures.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-37.pyc' | |
import 'pkg_resources.extern.packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x10dacca20> | |
import 'pkg_resources.extern.packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10da9f710> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-37.pyc' | |
import 'pkg_resources.extern.packaging._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10dadfb00> | |
import 'pkg_resources.extern.packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x10dacc748> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/requirements.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-37.pyc' | |
import 'pkg_resources._vendor.pyparsing' # <_frozen_importlib_external.SourceFileLoader object at 0x10dae9278> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/markers.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-37.pyc' | |
import 'pkg_resources.extern.packaging.markers' # <_frozen_importlib_external.SourceFileLoader object at 0x10dae9320> | |
import 'pkg_resources.extern.packaging.requirements' # <_frozen_importlib_external.SourceFileLoader object at 0x10dad6588> | |
import 'pkg_resources' # <_frozen_importlib_external.SourceFileLoader object at 0x10d611ba8> | |
import 'setuptools.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10d61eef0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/extension.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/extension.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/extension.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/monkey.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/monkey.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/monkey.cpython-37.pyc' | |
import 'setuptools.monkey' # <_frozen_importlib_external.SourceFileLoader object at 0x10db91470> | |
import 'setuptools.extension' # <_frozen_importlib_external.SourceFileLoader object at 0x10db91710> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/dist.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/dist.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/dist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/version.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/version.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/version.cpython-37.pyc' | |
import 'distutils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbb6860> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__about__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-37.pyc' | |
import 'setuptools._vendor.packaging.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbd3198> | |
import 'setuptools._vendor.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbd3048> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/depends.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/depends.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/depends.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py33compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/py33compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py33compat.cpython-37.pyc' | |
import 'setuptools.py33compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbd33c8> | |
import 'setuptools.depends' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbb6f98> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/windows_support.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/windows_support.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/windows_support.cpython-37.pyc' | |
import 'setuptools.windows_support' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbd34e0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/config.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/config.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/config.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/version.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/_structures.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-37.pyc' | |
import 'setuptools.extern.packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbe5780> | |
import 'setuptools.extern.packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbde438> | |
import 'setuptools.config' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbd34a8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py36compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/py36compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/py36compat.cpython-37.pyc' | |
import 'setuptools.py36compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbe5e10> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/specifiers.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/_compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-37.pyc' | |
import 'setuptools.extern.packaging._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbf2a90> | |
import 'setuptools.extern.packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbe5f28> | |
import 'setuptools.dist' # <_frozen_importlib_external.SourceFileLoader object at 0x10db91a90> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/msvc.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/msvc.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/msvc.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/msvc9compiler.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/msvc9compiler.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/msvc9compiler.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/ccompiler.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/ccompiler.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/ccompiler.cpython-37.pyc' | |
import 'distutils.ccompiler' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc15d68> | |
# destroy distutils.msvc9compiler | |
import 'setuptools.msvc' # <_frozen_importlib_external.SourceFileLoader object at 0x10dbf2b38> | |
import 'setuptools' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdf5ac8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/__init__.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__init__.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/__init__.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/__init__.cpython-37.pyc' | |
import 'distutils.command' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc42588> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/bdist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/bdist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/bdist.cpython-37.pyc' | |
import 'distutils.command.bdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc425f8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_scripts.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/install_scripts.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_scripts.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_scripts.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install_scripts.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_scripts.cpython-37.pyc' | |
import 'distutils.command.install_scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc42a20> | |
import 'setuptools.command.install_scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc42828> | |
import 'setuptools.command' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc422e8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/install.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install.cpython-37.pyc' | |
import 'distutils.command.install' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc42cf8> | |
import 'setuptools.command.install' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc42358> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/sdist.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/sdist.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/sdist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/sdist.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/sdist.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/sdist.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/text_file.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/text_file.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__pycache__/text_file.cpython-37.pyc' | |
import 'distutils.text_file' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc5a438> | |
import 'distutils.command.sdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc4d9e8> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/py36compat.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/py36compat.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/py36compat.cpython-37.pyc' | |
import 'setuptools.command.py36compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc5a6a0> | |
import 'setuptools.command.sdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc4d6a0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/bdist_egg.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-37.pyc' | |
import 'setuptools.command.bdist_egg' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc77e10> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/egg_info.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/egg_info.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/egg_info.cpython-37.pyc' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/setopt.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/setopt.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/setopt.cpython-37.pyc' | |
import 'setuptools.command.setopt' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc90e48> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/unicode_utils.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/unicode_utils.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/unicode_utils.cpython-37.pyc' | |
import 'setuptools.unicode_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc982b0> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/glob.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/glob.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/glob.cpython-37.pyc' | |
import 'setuptools.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc98438> | |
import 'setuptools.command.egg_info' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc6d9e8> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/build.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build.cpython-37.pyc' | |
import 'distutils.command.build' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc98e10> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/build_py.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/build_py.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/build_py.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build_py.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/build_py.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/build_py.cpython-37.pyc' | |
import 'distutils.command.build_py' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc98f98> | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/lib2to3_ex.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/__init__.cpython-37.pyc' | |
import 'lib2to3' # <_frozen_importlib_external.SourceFileLoader object at 0x10dca4fd0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/refactor.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/refactor.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/refactor.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__pycache__/__init__.cpython-37.pyc' | |
import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x10dcb7518> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/__init__.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__init__.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/__init__.cpython-37.pyc' | |
import 'lib2to3.pgen2' # <_frozen_importlib_external.SourceFileLoader object at 0x10dcd9588> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/driver.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/driver.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/driver.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/grammar.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/grammar.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/grammar.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/token.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/token.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/token.cpython-37.pyc' | |
import 'lib2to3.pgen2.token' # <_frozen_importlib_external.SourceFileLoader object at 0x10dce32e8> | |
import 'lib2to3.pgen2.grammar' # <_frozen_importlib_external.SourceFileLoader object at 0x10dcd9c50> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/parse.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/parse.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/parse.cpython-37.pyc' | |
import 'lib2to3.pgen2.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x10dce3160> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/tokenize.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/tokenize.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/tokenize.cpython-37.pyc' | |
import 'lib2to3.pgen2.tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x10dce3780> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/pgen.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/pgen.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/pgen.cpython-37.pyc' | |
import 'lib2to3.pgen2.pgen' # <_frozen_importlib_external.SourceFileLoader object at 0x10dce86a0> | |
import 'lib2to3.pgen2.driver' # <_frozen_importlib_external.SourceFileLoader object at 0x10dcd9710> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/fixer_util.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/fixer_util.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/fixer_util.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/pytree.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pytree.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/pytree.cpython-37.pyc' | |
import 'lib2to3.pytree' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd09cc0> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/pygram.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pygram.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/pygram.cpython-37.pyc' | |
import 'lib2to3.pygram' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd0f048> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/patcomp.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/patcomp.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/patcomp.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/literals.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/literals.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/pgen2/__pycache__/literals.cpython-37.pyc' | |
import 'lib2to3.pgen2.literals' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd1b5f8> | |
import 'lib2to3.patcomp' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd41278> | |
import 'lib2to3.fixer_util' # <_frozen_importlib_external.SourceFileLoader object at 0x10dce3668> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/btm_matcher.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/btm_matcher.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/btm_matcher.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/btm_utils.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/btm_utils.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib2to3/__pycache__/btm_utils.cpython-37.pyc' | |
import 'lib2to3.btm_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd1b978> | |
import 'lib2to3.btm_matcher' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd1b470> | |
import 'lib2to3.refactor' # <_frozen_importlib_external.SourceFileLoader object at 0x10dcaf278> | |
import 'setuptools.lib2to3_ex' # <_frozen_importlib_external.SourceFileLoader object at 0x10dca4978> | |
import 'setuptools.command.build_py' # <_frozen_importlib_external.SourceFileLoader object at 0x10dca4080> | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
# /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_lib.cpython-37.pyc matches /Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/install_lib.py | |
# code object from '/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/command/__pycache__/install_lib.cpython-37.pyc' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_lib.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install_lib.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/__pycache__/install_lib.cpython-37.pyc' | |
import 'distutils.command.install_lib' # <_frozen_importlib_external.SourceFileLoader object at 0x10dd90240> | |
import 'setuptools.command.install_lib' # <_frozen_importlib_external.SourceFileLoader object at 0x10dc98e80> | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/py_compile.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/py_compile.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/py_compile.cpython-37.pyc' | |
import 'py_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x10dca4eb8> | |
zip_safe flag not set; analyzing archive contents... | |
pycparser.ply.__pycache__.lex.cpython-37: module references __file__ | |
pycparser.ply.__pycache__.lex.cpython-37: module MAY be using inspect.getsourcefile | |
pycparser.ply.__pycache__.yacc.cpython-37: module references __file__ | |
pycparser.ply.__pycache__.yacc.cpython-37: module MAY be using inspect.getsourcefile | |
pycparser.ply.__pycache__.yacc.cpython-37: module MAY be using inspect.stack | |
pycparser.ply.__pycache__.ygen.cpython-37: module references __file__ | |
# destroy lib2to3 | |
# destroy lib2to3.refactor | |
# destroy lib2to3.pgen2 | |
# destroy lib2to3.fixer_util | |
# destroy lib2to3.btm_utils | |
# destroy py_compile | |
# zipimport: found 40 names in '/private/var/folders/6j/3mxc532103ld9s_9xlfm1dxc0000gp/T/easy_install-_3floum5/pycparser-2.18/egg-dist-tmp-v7qzgjof/pycparser-2.18-py3.7.egg' | |
# /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/py_compile.cpython-37.pyc matches /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/py_compile.py | |
# code object from '/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__pycache__/py_compile.cpython-37.pyc' | |
import 'py_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x10cab5e10> | |
Installed /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/pycparser-2.18-py3.7.egg | |
# code object from /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__init__.py | |
# created '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/__init__.cpython-37.pyc' | |
# wrote '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/__init__.cpython-37.pyc' | |
# code object from /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/api.py | |
# created '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/api.cpython-37.pyc' | |
# wrote '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/api.cpython-37.pyc' | |
# code object from /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/lock.py | |
# created '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/lock.cpython-37.pyc' | |
# wrote '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/lock.cpython-37.pyc' | |
import 'cffi.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x10d613be0> | |
# code object from /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/error.py | |
# created '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/error.cpython-37.pyc' | |
# wrote '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/error.cpython-37.pyc' | |
import 'cffi.error' # <_frozen_importlib_external.SourceFileLoader object at 0x10d613860> | |
# code object from /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/model.py | |
# created '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/model.cpython-37.pyc' | |
# wrote '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/model.cpython-37.pyc' | |
import 'cffi.model' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdc69b0> | |
import 'cffi.api' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdf5d68> | |
import 'cffi' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdc6a90> | |
# code object from /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/setuptools_ext.py | |
# created '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/setuptools_ext.cpython-37.pyc' | |
# wrote '/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/__pycache__/setuptools_ext.cpython-37.pyc' | |
import 'cffi.setuptools_ext' # <_frozen_importlib_external.SourceFileLoader object at 0x10cdc6b38> | |
Traceback (most recent call last): | |
File "setup.py", line 83, in <module> | |
"Programming Language :: Python :: 3.6", | |
File "/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/__init__.py", line 129, in setup | |
return distutils.core.setup(**attrs) | |
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 108, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/dist.py", line 370, in __init__ | |
k: v for k, v in attrs.items() | |
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 292, in __init__ | |
self.finalize_options() | |
File "/Users/joe/Developer/cffitests/v/lib/python3.7/site-packages/setuptools/dist.py", line 529, in finalize_options | |
ep.load()(self, ep.name, value) | |
File "/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/setuptools_ext.py", line 204, in cffi_modules | |
add_cffi_module(dist, cffi_module) | |
File "/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/setuptools_ext.py", line 49, in add_cffi_module | |
execfile(build_file_name, mod_vars) | |
File "/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/setuptools_ext.py", line 25, in execfile | |
exec(code, glob, glob) | |
File "src/brotli/build.py", line 5, in <module> | |
ffi = FFI() | |
File "/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/cffi/api.py", line 46, in __init__ | |
import _cffi_backend as backend | |
File "<frozen importlib._bootstrap>", line 983, in _find_and_load | |
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked | |
File "<frozen importlib._bootstrap>", line 670, in _load_unlocked | |
File "<frozen importlib._bootstrap>", line 583, in module_from_spec | |
File "<frozen importlib._bootstrap_external>", line 1043, in create_module | |
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed | |
ImportError: dlopen(/Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/_cffi_backend.so, 2): Symbol not found: __PyThreadState_Current | |
Referenced from: /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/_cffi_backend.so | |
Expected in: flat namespace | |
in /Users/joe/Developer/cffitests/brotlipy-0.7.0/.eggs/cffi-1.11.5-py3.7-macosx-10.13-x86_64.egg/_cffi_backend.so | |
# destroy setuptools.extern | |
# destroy setuptools._vendor | |
# destroy setuptools._vendor.six | |
# destroy setuptools.version | |
# destroy setuptools.monkey | |
# destroy setuptools.extension | |
# destroy setuptools.py33compat | |
# destroy setuptools.depends | |
# destroy setuptools.config | |
# destroy setuptools.py36compat | |
# destroy setuptools.dist | |
# destroy setuptools.msvc | |
# destroy setuptools.command | |
# destroy setuptools.command.install_scripts | |
# destroy setuptools.command.install | |
# destroy setuptools.command.py36compat | |
# destroy setuptools.command.sdist | |
# destroy setuptools.command.setopt | |
# destroy setuptools.command.egg_info | |
# destroy setuptools.command.build_py | |
# destroy setuptools.command.install_lib | |
# destroy setuptools.glob | |
# destroy setuptools.lib2to3_ex | |
# destroy distutils.errors | |
# destroy distutils.fancy_getopt | |
# destroy distutils.debug | |
# destroy distutils.spawn | |
# destroy distutils.dist | |
# destroy distutils.cmd | |
# destroy distutils.config | |
# destroy distutils.extension | |
# destroy distutils.core | |
# destroy distutils.filelist | |
# destroy distutils.version | |
# destroy distutils.ccompiler | |
# destroy distutils.command | |
# destroy distutils.command.bdist | |
# destroy distutils.command.build | |
# destroy distutils.text_file | |
# destroy distutils.sysconfig | |
# destroy distutils.util | |
# destroy distutils.dep_util | |
# destroy pkg_resources.extern | |
# destroy pkg_resources._vendor | |
# destroy pkg_resources._vendor.six | |
# destroy pkg_resources.py31compat | |
# destroy setuptools.windows_support | |
# destroy distutils.command.install_scripts | |
# destroy distutils.command.install | |
# destroy distutils.command.sdist | |
# destroy pkg_resources | |
# destroy distutils.dir_util | |
# destroy distutils.file_util | |
# destroy distutils.archive_util | |
# destroy setuptools.command.bdist_egg | |
# destroy setuptools.unicode_utils | |
# destroy distutils.command.build_py | |
# destroy distutils | |
# destroy distutils.log | |
# destroy setuptools | |
# destroy lib2to3.btm_matcher | |
# destroy lib2to3.pgen2.pgen | |
# destroy lib2to3.patcomp | |
# destroy lib2to3.pgen2.driver | |
# destroy lib2to3.pgen2.literals | |
# destroy lib2to3.pgen2.tokenize | |
# destroy lib2to3.pgen2.parse | |
# destroy lib2to3.pygram | |
# destroy logging | |
# destroy lib2to3.pytree | |
# destroy lib2to3.pgen2.grammar | |
# destroy lib2to3.pgen2.token | |
# destroy distutils.command.install_lib | |
# clear builtins._ | |
# clear sys.path | |
# clear sys.argv | |
# clear sys.ps1 | |
# clear sys.ps2 | |
# clear sys.last_type | |
# clear sys.last_value | |
# clear sys.last_traceback | |
# clear sys.path_hooks | |
# clear sys.path_importer_cache | |
# clear sys.meta_path | |
# clear sys.__interactivehook__ | |
# clear sys.flags | |
# clear sys.float_info | |
# restore sys.stdin | |
# restore sys.stdout | |
# restore sys.stderr | |
# cleanup[2] removing sys | |
# cleanup[2] removing builtins | |
# cleanup[2] removing _frozen_importlib | |
# cleanup[2] removing _imp | |
# cleanup[2] removing _thread | |
# cleanup[2] removing _warnings | |
# cleanup[2] removing _weakref | |
# cleanup[2] removing zipimport | |
# cleanup[2] removing _frozen_importlib_external | |
# cleanup[2] removing _io | |
# cleanup[2] removing marshal | |
# cleanup[2] removing posix | |
# cleanup[2] removing encodings | |
# cleanup[2] removing codecs | |
# cleanup[2] removing _codecs | |
# cleanup[2] removing encodings.aliases | |
# cleanup[2] removing encodings.utf_8 | |
# cleanup[2] removing _signal | |
# cleanup[2] removing __main__ | |
# destroy __main__ | |
# cleanup[2] removing encodings.latin_1 | |
# cleanup[2] removing io | |
# cleanup[2] removing abc | |
# cleanup[2] removing _abc | |
# cleanup[2] removing site | |
# cleanup[2] removing os | |
# cleanup[2] removing stat | |
# cleanup[2] removing _stat | |
# cleanup[2] removing posixpath | |
# cleanup[2] removing genericpath | |
# cleanup[2] removing os.path | |
# cleanup[2] removing _collections_abc | |
# cleanup[2] removing _bootlocale | |
# destroy _bootlocale | |
# cleanup[2] removing _locale | |
# cleanup[2] removing functools | |
# cleanup[2] removing _functools | |
# cleanup[2] removing collections | |
# cleanup[2] removing operator | |
# cleanup[2] removing _operator | |
# cleanup[2] removing keyword | |
# destroy keyword | |
# cleanup[2] removing heapq | |
# cleanup[2] removing _heapq | |
# cleanup[2] removing itertools | |
# cleanup[2] removing reprlib | |
# destroy reprlib | |
# cleanup[2] removing _collections | |
# cleanup[2] removing warnings | |
# cleanup[2] removing imp | |
# cleanup[2] removing importlib | |
# cleanup[2] removing importlib._bootstrap | |
# cleanup[2] removing importlib._bootstrap_external | |
# cleanup[2] removing types | |
# cleanup[2] removing importlib.machinery | |
# cleanup[2] removing importlib.util | |
# cleanup[2] removing importlib.abc | |
# cleanup[2] removing contextlib | |
# cleanup[2] removing tokenize | |
# cleanup[2] removing re | |
# cleanup[2] removing enum | |
# cleanup[2] removing sre_compile | |
# cleanup[2] removing _sre | |
# cleanup[2] removing sre_parse | |
# cleanup[2] removing sre_constants | |
# cleanup[2] removing copyreg | |
# cleanup[2] removing token | |
# cleanup[2] removing opcode | |
# cleanup[2] removing _opcode | |
# cleanup[2] removing _virtualenv_distutils | |
# cleanup[2] removing email | |
# cleanup[2] removing string | |
# cleanup[2] removing _string | |
# cleanup[2] removing getopt | |
# cleanup[2] removing gettext | |
# destroy gettext | |
# cleanup[2] removing locale | |
# cleanup[2] removing errno | |
# cleanup[2] removing zipfile | |
# cleanup[2] removing time | |
# cleanup[2] removing shutil | |
# cleanup[2] removing fnmatch | |
# cleanup[2] removing zlib | |
# cleanup[2] removing bz2 | |
# cleanup[2] removing _compression | |
# cleanup[2] removing threading | |
# cleanup[2] removing traceback | |
# cleanup[2] removing linecache | |
# cleanup[2] removing _weakrefset | |
# destroy _weakrefset | |
# cleanup[2] removing _bz2 | |
# cleanup[2] removing lzma | |
# cleanup[2] removing _lzma | |
# cleanup[2] removing pwd | |
# cleanup[2] removing grp | |
# cleanup[2] removing struct | |
# cleanup[2] removing _struct | |
# cleanup[2] removing binascii | |
# cleanup[2] removing configparser | |
# cleanup[2] removing collections.abc | |
# cleanup[2] removing __future__ | |
# destroy __future__ | |
# cleanup[2] removing pkgutil | |
# cleanup[2] removing weakref | |
# cleanup[2] removing platform | |
# cleanup[2] removing subprocess | |
# cleanup[2] removing signal | |
# cleanup[2] removing _posixsubprocess | |
# cleanup[2] removing select | |
# cleanup[2] removing selectors | |
# cleanup[2] removing math | |
# cleanup[2] removing plistlib | |
# cleanup[2] removing datetime | |
# cleanup[2] removing _datetime | |
# cleanup[2] removing xml | |
# destroy xml | |
# cleanup[2] removing xml.parsers | |
# destroy xml.parsers | |
# cleanup[2] removing xml.parsers.expat | |
# destroy xml.parsers.expat | |
# cleanup[2] removing pyexpat.errors | |
# cleanup[2] removing pyexpat.model | |
# cleanup[2] removing pyexpat | |
# cleanup[2] removing xml.parsers.expat.model | |
# cleanup[2] removing xml.parsers.expat.errors | |
# cleanup[2] removing email.parser | |
# cleanup[2] removing email.feedparser | |
# cleanup[2] removing email.errors | |
# cleanup[2] removing email._policybase | |
# cleanup[2] removing email.header | |
# cleanup[2] removing email.quoprimime | |
# cleanup[2] removing email.base64mime | |
# cleanup[2] removing base64 | |
# cleanup[2] removing email.charset | |
# cleanup[2] removing email.encoders | |
# cleanup[2] removing quopri | |
# cleanup[2] removing email.utils | |
# cleanup[2] removing random | |
# cleanup[2] removing hashlib | |
# cleanup[2] removing _hashlib | |
# cleanup[2] removing _blake2 | |
# cleanup[2] removing _sha3 | |
# cleanup[2] removing bisect | |
# cleanup[2] removing _bisect | |
# cleanup[2] removing _random | |
# cleanup[2] removing socket | |
# cleanup[2] removing _socket | |
# cleanup[2] removing urllib | |
# cleanup[2] removing urllib.parse | |
# cleanup[2] removing email._parseaddr | |
# cleanup[2] removing calendar | |
# cleanup[2] removing tempfile | |
# cleanup[2] removing textwrap | |
# cleanup[2] removing inspect | |
# cleanup[2] removing dis | |
# cleanup[2] removing copy | |
# cleanup[2] removing pprint | |
# cleanup[2] removing sysconfig | |
# cleanup[2] removing _osx_support | |
# destroy _osx_support | |
# cleanup[2] removing _sysconfigdata_m_darwin_darwin | |
# destroy _sysconfigdata_m_darwin_darwin | |
# cleanup[2] removing numbers | |
# cleanup[2] removing array | |
# cleanup[2] removing html | |
# cleanup[2] removing html.entities | |
# cleanup[2] removing html.parser | |
# cleanup[2] removing _markupbase | |
# cleanup[2] removing ctypes | |
# cleanup[2] removing _ctypes | |
# cleanup[2] removing ctypes._endian | |
# cleanup[2] removing email.message | |
# cleanup[2] removing uu | |
# cleanup[2] removing email._encoded_words | |
# cleanup[2] removing email.iterators | |
# cleanup[2] removing glob | |
# cleanup[2] removing shlex | |
# cleanup[2] removing pickle | |
# cleanup[2] removing _compat_pickle | |
# cleanup[2] removing _pickle | |
# cleanup[2] removing tarfile | |
# cleanup[2] removing http | |
# cleanup[2] removing http.client | |
# cleanup[2] removing ssl | |
# cleanup[2] removing _ssl | |
# cleanup[2] removing atexit | |
# cleanup[2] removing urllib.request | |
# cleanup[2] removing urllib.error | |
# cleanup[2] removing urllib.response | |
# cleanup[2] removing _scproxy | |
# cleanup[2] removing unicodedata | |
# cleanup[2] removing encodings.idna | |
# cleanup[2] removing stringprep | |
# cleanup[2] removing encodings.cp437 | |
# cleanup[2] removing gzip | |
# destroy gzip | |
# cleanup[2] removing setuptools | |
# cleanup[2] removing distutils | |
# cleanup[2] removing distutils.dist | |
# cleanup[2] removing distutils.errors | |
# cleanup[2] removing distutils.fancy_getopt | |
# cleanup[2] removing distutils.util | |
# cleanup[2] removing distutils.dep_util | |
# cleanup[2] removing distutils.spawn | |
# cleanup[2] removing distutils.debug | |
# cleanup[2] removing distutils.log | |
# cleanup[2] removing distutils.sysconfig | |
# cleanup[2] removing distutils.core | |
# cleanup[2] removing distutils.cmd | |
# cleanup[2] removing distutils.dir_util | |
# cleanup[2] removing distutils.file_util | |
# cleanup[2] removing distutils.archive_util | |
# cleanup[2] removing distutils.config | |
# cleanup[2] removing distutils.extension | |
# cleanup[2] removing distutils.filelist | |
# cleanup[2] removing setuptools.extern | |
# cleanup[2] removing setuptools._vendor | |
# cleanup[2] removing setuptools.extern.six | |
# cleanup[2] removing setuptools._vendor.six | |
# cleanup[2] removing setuptools.extern.six.moves | |
# cleanup[2] removing setuptools.version | |
# cleanup[2] removing pkg_resources | |
# cleanup[2] removing pkg_resources.extern | |
# cleanup[2] removing pkg_resources._vendor | |
# cleanup[2] removing pkg_resources.extern.six | |
# cleanup[2] removing pkg_resources._vendor.six | |
# cleanup[2] removing pkg_resources.extern.six.moves | |
# cleanup[2] removing pkg_resources._vendor.six.moves | |
# cleanup[2] removing pkg_resources.py31compat | |
# cleanup[2] removing pkg_resources.extern.appdirs | |
# cleanup[2] removing pkg_resources._vendor.packaging.__about__ | |
# cleanup[2] removing pkg_resources.extern.packaging | |
# cleanup[2] removing pkg_resources.extern.packaging.version | |
# cleanup[2] removing pkg_resources.extern.packaging._structures | |
# cleanup[2] removing pkg_resources.extern.packaging.specifiers | |
# cleanup[2] removing pkg_resources.extern.packaging._compat | |
# cleanup[2] removing pkg_resources.extern.packaging.requirements | |
# cleanup[2] removing pkg_resources.extern.pyparsing | |
# cleanup[2] removing pkg_resources.extern.six.moves.urllib | |
# cleanup[2] removing pkg_resources.extern.packaging.markers | |
# cleanup[2] removing setuptools.extension | |
# cleanup[2] removing setuptools.monkey | |
# cleanup[2] removing setuptools.dist | |
# cleanup[2] removing distutils.version | |
# cleanup[2] removing setuptools._vendor.packaging.__about__ | |
# cleanup[2] removing setuptools.extern.packaging | |
# cleanup[2] removing setuptools.depends | |
# cleanup[2] removing setuptools.py33compat | |
# cleanup[2] removing setuptools.windows_support | |
# cleanup[2] removing setuptools.config | |
# cleanup[2] removing setuptools.extern.packaging.version | |
# cleanup[2] removing setuptools.extern.packaging._structures | |
# cleanup[2] removing setuptools.py36compat | |
# cleanup[2] removing setuptools.extern.packaging.specifiers | |
# cleanup[2] removing setuptools.extern.packaging._compat | |
# cleanup[2] removing setuptools.msvc | |
# cleanup[2] removing distutils.ccompiler | |
# cleanup[2] removing setuptools.command | |
# cleanup[2] removing distutils.command | |
# cleanup[2] removing distutils.command.bdist | |
# cleanup[2] removing setuptools.command.install_scripts | |
# cleanup[2] removing distutils.command.install_scripts | |
# cleanup[2] removing setuptools.command.install | |
# cleanup[2] removing distutils.command.install | |
# cleanup[2] removing setuptools.command.sdist | |
# cleanup[2] removing distutils.command.sdist | |
# cleanup[2] removing distutils.text_file | |
# cleanup[2] removing setuptools.command.py36compat | |
# cleanup[2] removing setuptools.command.bdist_egg | |
# cleanup[2] removing setuptools.command.egg_info | |
# cleanup[2] removing setuptools.command.setopt | |
# cleanup[2] removing setuptools.unicode_utils | |
# cleanup[2] removing setuptools.glob | |
# cleanup[2] removing distutils.command.build | |
# cleanup[2] removing setuptools.command.install_lib | |
# cleanup[2] removing distutils.command.install_lib | |
# cleanup[2] removing setuptools.command.easy_install | |
# cleanup[2] removing distutils.command.build_scripts | |
# cleanup[2] removing setuptools.sandbox | |
# cleanup[2] removing setuptools.py31compat | |
# cleanup[2] removing setuptools.py27compat | |
# cleanup[2] removing setuptools.archive_util | |
# cleanup[2] removing setuptools.package_index | |
# cleanup[2] removing setuptools._vendor.six.moves | |
# cleanup[2] removing setuptools._vendor.six.moves.urllib | |
# cleanup[2] removing setuptools.ssl_support | |
# cleanup[2] removing setuptools.wheel | |
# cleanup[2] removing setuptools.extern.packaging.utils | |
# cleanup[2] removing setuptools.pep425tags | |
# cleanup[2] removing setuptools.glibc | |
# cleanup[2] removing distutils.command.bdist_egg | |
# cleanup[2] removing distutils.command.egg_info | |
# cleanup[2] removing py_compile | |
# destroy py_compile | |
# cleanup[2] removing cffi | |
# destroy cffi | |
# cleanup[2] removing cffi.api | |
# destroy cffi.api | |
# cleanup[2] removing cffi.lock | |
# destroy cffi.lock | |
# cleanup[2] removing cffi.error | |
# destroy cffi.error | |
# cleanup[2] removing cffi.model | |
# cleanup[2] removing cffi.setuptools_ext | |
# destroy cffi.setuptools_ext | |
# destroy _sha3 | |
# destroy _blake2 | |
# destroy _datetime | |
# destroy _bz2 | |
# destroy opcode | |
# destroy _virtualenv_distutils | |
# destroy distutils.errors | |
# destroy distutils.fancy_getopt | |
# destroy distutils.debug | |
# destroy distutils.spawn | |
# destroy distutils.dist | |
# destroy distutils.cmd | |
# destroy distutils.config | |
# destroy distutils.extension | |
# destroy distutils.core | |
# destroy distutils.filelist | |
# destroy distutils.version | |
# destroy distutils.ccompiler | |
# destroy distutils.command | |
# destroy distutils.command.bdist | |
# destroy distutils.command.build_scripts | |
# destroy distutils.command.build | |
# destroy distutils.text_file | |
# destroy importlib.util | |
# destroy importlib.abc | |
# destroy email.quoprimime | |
# destroy email.base64mime | |
# destroy email.encoders | |
# destroy email._parseaddr | |
# destroy email._policybase | |
# destroy email.feedparser | |
# destroy email.parser | |
# destroy email._encoded_words | |
# destroy email.iterators | |
# destroy email.message | |
# destroy getopt | |
# destroy _string | |
# destroy encodings | |
# destroy distutils.util | |
# destroy distutils.dep_util | |
# destroy bz2 | |
# destroy lzma | |
# destroy _lzma | |
# destroy setuptools._vendor.six | |
# destroy setuptools._vendor.six.moves.urllib | |
# destroy setuptools._vendor.six.moves | |
# destroy setuptools._vendor.six.moves.urllib_parse | |
# destroy setuptools._vendor.six.moves.urllib.error | |
# destroy setuptools._vendor.six.moves.urllib.request | |
# destroy setuptools._vendor.six.moves.urllib.response | |
# destroy setuptools._vendor.six.moves.urllib.robotparser | |
# destroy setuptools._vendor.six.moves | |
# destroy setuptools._vendor.six.moves.urllib_parse | |
# destroy setuptools._vendor.six.moves.urllib.error | |
# destroy setuptools._vendor.six.moves.urllib.request | |
# destroy setuptools._vendor.six.moves.urllib.response | |
# destroy setuptools._vendor.six.moves.urllib.robotparser | |
# destroy pkgutil | |
# destroy plistlib | |
# destroy pkg_resources.extern | |
# destroy pkg_resources._vendor | |
# destroy pkg_resources._vendor.six | |
# destroy importlib.machinery | |
# destroy pkg_resources.py31compat | |
# destroy signal | |
# destroy threading | |
# destroy _signal | |
# destroy _posixsubprocess | |
# destroy select | |
# destroy pyexpat.errors | |
# destroy pyexpat.model | |
# destroy pyexpat | |
# destroy email.header | |
# destroy selectors | |
# destroy _socket | |
# destroy urllib.parse | |
# destroy urllib.response | |
# destroy urllib.error | |
# destroy urllib.request | |
# destroy calendar | |
# destroy datetime | |
# destroy locale | |
# destroy token | |
# destroy _opcode | |
# destroy pkg_resources._vendor.six | |
# destroy pkg_resources._vendor.appdirs | |
# destroy pkg_resources._vendor.packaging | |
# destroy pkg_resources._vendor.packaging.__about__ | |
# destroy pkg_resources.extern.packaging._structures | |
# destroy pkg_resources.extern.packaging.version | |
# destroy pkg_resources.extern.packaging._compat | |
# destroy pkg_resources.extern.packaging.specifiers | |
# destroy pkg_resources.extern.packaging.markers | |
# destroy pkg_resources.extern.packaging.requirements | |
# destroy pkg_resources._vendor.pyparsing | |
# destroy pkg_resources._vendor.six.moves.urllib | |
# destroy pkg_resources._vendor.six.moves | |
# destroy pkg_resources._vendor.six.moves.urllib_parse | |
# destroy pkg_resources._vendor.six.moves.urllib.error | |
# destroy pkg_resources._vendor.six.moves.urllib.request | |
# destroy pkg_resources._vendor.six.moves.urllib.response | |
# destroy pkg_resources._vendor.six.moves.urllib.robotparser | |
# destroy pkg_resources._vendor.six.moves | |
# destroy pkg_resources._vendor.six.moves.urllib | |
# destroy pkg_resources._vendor.six.moves.urllib.error | |
# destroy pkg_resources._vendor.six.moves.urllib.request | |
# destroy pkg_resources._vendor.six.moves.urllib.response | |
# destroy pkg_resources._vendor.six.moves.urllib.robotparser | |
# destroy pkg_resources._vendor.six.moves.urllib_parse | |
# destroy numbers | |
# destroy setuptools._vendor.packaging.__about__ | |
# destroy setuptools.extern.packaging._structures | |
# destroy setuptools.extern.packaging.version | |
# destroy setuptools.extern.packaging._compat | |
# destroy setuptools.extern.packaging.specifiers | |
# destroy setuptools.extern.packaging.utils | |
# destroy dis | |
# destroy html | |
# destroy array | |
# destroy html.entities | |
# destroy _markupbase | |
# destroy uu | |
# destroy quopri | |
# destroy email.utils | |
# destroy email.charset | |
# destroy binascii | |
# destroy email.errors | |
# destroy setuptools.command.install_scripts | |
# destroy setuptools.command.py36compat | |
# destroy setuptools.command.sdist | |
# destroy setuptools.command.easy_install | |
# destroy setuptools.command.install | |
# destroy setuptools.command.install_lib | |
# destroy distutils.command.install_scripts | |
# destroy zipimport | |
# destroy random | |
# destroy site | |
# destroy subprocess | |
# destroy shlex | |
# destroy setuptools.command.setopt | |
# destroy setuptools.command.egg_info | |
# destroy distutils.sysconfig | |
# destroy pickle | |
# destroy _compat_pickle | |
# destroy _pickle | |
# destroy tarfile | |
# destroy pwd | |
# destroy grp | |
# destroy shutil | |
# destroy errno | |
# destroy _ssl | |
# destroy setuptools._vendor.six.moves.urllib | |
# destroy http.client | |
# destroy atexit | |
# destroy base64 | |
# destroy hashlib | |
# destroy http | |
# destroy socket | |
# destroy ssl | |
# destroy urllib | |
# destroy tempfile | |
# destroy _scproxy | |
# destroy email | |
# destroy zipfile | |
# destroy sysconfig | |
# destroy ctypes | |
# destroy setuptools.command.bdist_egg | |
# destroy setuptools._vendor.packaging | |
# destroy distutils.command.sdist | |
# destroy contextlib | |
# destroy pkg_resources | |
# destroy distutils.dir_util | |
# destroy distutils.file_util | |
# destroy distutils.archive_util | |
# destroy distutils.log | |
# destroy textwrap | |
# destroy setuptools._vendor.six | |
# destroy unicodedata | |
# destroy fnmatch | |
# destroy inspect | |
# destroy glob | |
# destroy distutils.command.install | |
# destroy imp | |
# destroy distutils.command.install_lib | |
# destroy struct | |
# destroy zlib | |
# destroy _compression | |
# destroy setuptools._vendor.six.moves.urllib | |
# destroy html.parser | |
# destroy configparser | |
# destroy pkg_resources._vendor.six.moves.urllib | |
# destroy cffi.model | |
# destroy weakref | |
# destroy importlib | |
# destroy distutils | |
# destroy setuptools.extern | |
# destroy setuptools._vendor | |
# destroy setuptools.version | |
# destroy setuptools | |
# destroy setuptools.monkey | |
# destroy setuptools.extension | |
# destroy setuptools.py33compat | |
# destroy setuptools.depends | |
# destroy setuptools.windows_support | |
# destroy setuptools.config | |
# destroy setuptools.py36compat | |
# destroy setuptools.dist | |
# destroy setuptools.msvc | |
# destroy setuptools.command | |
# destroy setuptools.sandbox | |
# destroy setuptools.py31compat | |
# destroy setuptools.py27compat | |
# destroy setuptools.archive_util | |
# destroy setuptools.ssl_support | |
# destroy setuptools.glibc | |
# destroy setuptools.pep425tags | |
# destroy setuptools.unicode_utils | |
# destroy setuptools.glob | |
# destroy setuptools.wheel | |
# destroy setuptools.package_index | |
# destroy setuptools._vendor.six | |
# destroy setuptools._vendor.packaging | |
# destroy setuptools._vendor.packaging.__about__ | |
# destroy setuptools.extern.packaging._structures | |
# destroy setuptools.extern.packaging.version | |
# destroy setuptools.extern.packaging._compat | |
# destroy setuptools.extern.packaging.specifiers | |
# destroy setuptools._vendor.six.moves.urllib_parse | |
# destroy setuptools._vendor.six.moves.urllib.error | |
# destroy setuptools._vendor.six.moves.urllib.request | |
# destroy setuptools._vendor.six.moves.urllib.response | |
# destroy setuptools._vendor.six.moves.urllib.robotparser | |
# destroy pkg_resources._vendor.six | |
# destroy pkg_resources._vendor.appdirs | |
# destroy pkg_resources._vendor.packaging | |
# destroy pkg_resources._vendor.packaging.__about__ | |
# destroy pkg_resources.extern.packaging._structures | |
# destroy pkg_resources.extern.packaging.version | |
# destroy pkg_resources.extern.packaging._compat | |
# destroy pkg_resources.extern.packaging.specifiers | |
# destroy pkg_resources.extern.packaging.markers | |
# destroy pkg_resources.extern.packaging.requirements | |
# destroy pkg_resources._vendor.pyparsing | |
# destroy pkg_resources._vendor.six.moves.urllib.error | |
# destroy pkg_resources._vendor.six.moves.urllib.request | |
# destroy pkg_resources._vendor.six.moves.urllib.response | |
# destroy pkg_resources._vendor.six.moves.urllib.robotparser | |
# destroy setuptools._vendor.six.moves.urllib | |
# destroy setuptools._vendor.six.moves | |
# destroy setuptools._vendor.six.moves | |
# destroy pkg_resources._vendor.six.moves.urllib | |
# destroy pkg_resources._vendor.six.moves | |
# destroy pkg_resources._vendor.six.moves | |
# destroy io | |
# destroy copy | |
# destroy warnings | |
# destroy sre_constants | |
# destroy pprint | |
# destroy traceback | |
# destroy types | |
# destroy setuptools._vendor.six.moves.urllib_parse | |
# destroy setuptools._vendor.six.moves.urllib.error | |
# destroy setuptools._vendor.six.moves.urllib.request | |
# destroy setuptools._vendor.six.moves.urllib.response | |
# destroy setuptools._vendor.six.moves.urllib.robotparser | |
# destroy pkg_resources._vendor.six.moves.urllib_parse | |
# destroy pkg_resources._vendor.six.moves.urllib.error | |
# destroy pkg_resources._vendor.six.moves.urllib.request | |
# destroy pkg_resources._vendor.six.moves.urllib.response | |
# destroy pkg_resources._vendor.six.moves.urllib.robotparser | |
# destroy operator | |
# destroy platform | |
# destroy string | |
# destroy pkg_resources._vendor.six.moves.urllib_parse | |
# cleanup[3] wiping _frozen_importlib | |
# destroy _frozen_importlib_external | |
# cleanup[3] wiping _imp | |
# cleanup[3] wiping _thread | |
# cleanup[3] wiping _warnings | |
# cleanup[3] wiping _weakref | |
# cleanup[3] wiping _io | |
# cleanup[3] wiping marshal | |
# cleanup[3] wiping posix | |
# cleanup[3] wiping codecs | |
# cleanup[3] wiping _codecs | |
# cleanup[3] wiping encodings.aliases | |
# cleanup[3] wiping encodings.utf_8 | |
# cleanup[3] wiping encodings.latin_1 | |
# cleanup[3] wiping abc | |
# cleanup[3] wiping _abc | |
# cleanup[3] wiping os | |
# destroy abc | |
# destroy posixpath | |
# cleanup[3] wiping stat | |
# cleanup[3] wiping _stat | |
# destroy _stat | |
# cleanup[3] wiping genericpath | |
# cleanup[3] wiping _collections_abc | |
# cleanup[3] wiping _locale | |
# cleanup[3] wiping functools | |
# destroy _abc | |
# cleanup[3] wiping _functools | |
# destroy _functools | |
# cleanup[3] wiping collections | |
# destroy _collections_abc | |
# destroy heapq | |
# destroy collections.abc | |
# cleanup[3] wiping _operator | |
# destroy _operator | |
# cleanup[3] wiping _heapq | |
# cleanup[3] wiping itertools | |
# cleanup[3] wiping _collections | |
# destroy _collections | |
# cleanup[3] wiping importlib._bootstrap | |
# cleanup[3] wiping tokenize | |
# cleanup[3] wiping re | |
# destroy _locale | |
# destroy enum | |
# destroy sre_compile | |
# destroy copyreg | |
# cleanup[3] wiping _sre | |
# cleanup[3] wiping sre_parse | |
# cleanup[3] wiping time | |
# cleanup[3] wiping linecache | |
# destroy functools | |
# destroy tokenize | |
# cleanup[3] wiping _struct | |
# cleanup[3] wiping math | |
# cleanup[3] wiping _hashlib | |
# cleanup[3] wiping bisect | |
# cleanup[3] wiping _bisect | |
# destroy _bisect | |
# cleanup[3] wiping _random | |
# cleanup[3] wiping _ctypes | |
# cleanup[3] wiping ctypes._endian | |
# cleanup[3] wiping encodings.idna | |
# destroy stringprep | |
# destroy re | |
# cleanup[3] wiping encodings.cp437 | |
# cleanup[3] wiping sys | |
# cleanup[3] wiping builtins | |
# destroy stat | |
# destroy genericpath | |
# destroy _sre | |
# destroy sre_parse | |
# destroy _heapq | |
(v) bash-3.2$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment