Ticket #15131: import_trace.txt

File import_trace.txt, 4.6 KB (added by pfein@…, 16 years ago)

ouput of python -v

Line 
1hotbox:~/src/Python-2.5.2$ echo "import sqlite3
2conn=sqlite3.connect(\":memory:\")
3" | python2.5 -v
4# installing zipimport hook
5import zipimport # builtin
6# installed zipimport hook
7# /Users/pfein/lib/python2.5/site.pyc matches /Users/pfein/lib/python2.5/site.py
8import site # precompiled from /Users/pfein/lib/python2.5/site.pyc
9import imp # builtin
10# /opt/local/lib/python2.5/os.pyc matches /opt/local/lib/python2.5/os.py
11import os # precompiled from /opt/local/lib/python2.5/os.pyc
12import errno # builtin
13import posix # builtin
14# /opt/local/lib/python2.5/posixpath.pyc matches /opt/local/lib/python2.5/posixpath.py
15import posixpath # precompiled from /opt/local/lib/python2.5/posixpath.pyc
16# /opt/local/lib/python2.5/stat.pyc matches /opt/local/lib/python2.5/stat.py
17import stat # precompiled from /opt/local/lib/python2.5/stat.pyc
18# /opt/local/lib/python2.5/UserDict.pyc matches /opt/local/lib/python2.5/UserDict.py
19import UserDict # precompiled from /opt/local/lib/python2.5/UserDict.pyc
20# /opt/local/lib/python2.5/copy_reg.pyc matches /opt/local/lib/python2.5/copy_reg.py
21import copy_reg # precompiled from /opt/local/lib/python2.5/copy_reg.pyc
22# /opt/local/lib/python2.5/types.pyc matches /opt/local/lib/python2.5/types.py
23import types # precompiled from /opt/local/lib/python2.5/types.pyc
24import _types # builtin
25# /opt/local/lib/python2.5/site.pyc matches /opt/local/lib/python2.5/site.py
26import site # precompiled from /opt/local/lib/python2.5/site.pyc
27# /opt/local/lib/python2.5/warnings.pyc matches /opt/local/lib/python2.5/warnings.py
28import warnings # precompiled from /opt/local/lib/python2.5/warnings.pyc
29# /opt/local/lib/python2.5/linecache.pyc matches /opt/local/lib/python2.5/linecache.py
30import linecache # precompiled from /opt/local/lib/python2.5/linecache.pyc
31import encodings # directory /opt/local/lib/python2.5/encodings
32# /opt/local/lib/python2.5/encodings/__init__.pyc matches /opt/local/lib/python2.5/encodings/__init__.py
33import encodings # precompiled from /opt/local/lib/python2.5/encodings/__init__.pyc
34# /opt/local/lib/python2.5/codecs.pyc matches /opt/local/lib/python2.5/codecs.py
35import codecs # precompiled from /opt/local/lib/python2.5/codecs.pyc
36import _codecs # builtin
37# /opt/local/lib/python2.5/encodings/aliases.pyc matches /opt/local/lib/python2.5/encodings/aliases.py
38import encodings.aliases # precompiled from /opt/local/lib/python2.5/encodings/aliases.pyc
39# /opt/local/lib/python2.5/encodings/utf_8.pyc matches /opt/local/lib/python2.5/encodings/utf_8.py
40import encodings.utf_8 # precompiled from /opt/local/lib/python2.5/encodings/utf_8.pyc
41Python 2.5.2 (r252:60911, Apr 24 2008, 00:22:29)
42[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
43Type "help", "copyright", "credits" or "license" for more information.
44import sqlite3 # directory /opt/local/lib/python2.5/sqlite3
45# /opt/local/lib/python2.5/sqlite3/__init__.pyc matches /opt/local/lib/python2.5/sqlite3/__init__.py
46import sqlite3 # precompiled from /opt/local/lib/python2.5/sqlite3/__init__.pyc
47# /opt/local/lib/python2.5/sqlite3/dbapi2.pyc matches /opt/local/lib/python2.5/sqlite3/dbapi2.py
48import sqlite3.dbapi2 # precompiled from /opt/local/lib/python2.5/sqlite3/dbapi2.pyc
49dlopen("/opt/local/lib/python2.5/lib-dynload/datetime.so", 2);
50import datetime # dynamically loaded from /opt/local/lib/python2.5/lib-dynload/datetime.so
51dlopen("/opt/local/lib/python2.5/lib-dynload/time.so", 2);
52import time # dynamically loaded from /opt/local/lib/python2.5/lib-dynload/time.so
53dlopen("/opt/local/lib/python2.5/site-packages/_sqlite3.so", 2);
54import _sqlite3 # dynamically loaded from /opt/local/lib/python2.5/site-packages/_sqlite3.so
55# clear __builtin__._
56# clear sys.path
57# clear sys.argv
58# clear sys.ps1
59# clear sys.ps2
60# clear sys.exitfunc
61# clear sys.exc_type
62# clear sys.exc_value
63# clear sys.exc_traceback
64# clear sys.last_type
65# clear sys.last_value
66# clear sys.last_traceback
67# clear sys.path_hooks
68# clear sys.path_importer_cache
69# clear sys.meta_path
70# restore sys.stdin
71# restore sys.stdout
72# restore sys.stderr
73# cleanup __main__
74# cleanup[1] site
75# cleanup[1] encodings
76# cleanup[1] imp
77# cleanup[1] _codecs
78# cleanup[1] sqlite3
79# cleanup[1] zipimport
80# cleanup[1] warnings
81# cleanup[1] encodings.utf_8
82# cleanup[1] _sqlite3
83# cleanup[1] codecs
84# cleanup[1] sqlite3.dbapi2
85# cleanup[1] types
86# cleanup[1] _types
87# cleanup[1] signal
88# cleanup[1] linecache
89# cleanup[1] posix
90# cleanup[1] encodings.aliases
91# cleanup[1] time
92# cleanup[1] exceptions
93# cleanup[1] datetime
94# cleanup[2] copy_reg
95# cleanup[2] posixpath
96# cleanup[2] errno
97# cleanup[2] os.path
98# cleanup[2] stat
99# cleanup[2] UserDict
100# cleanup[2] os
101# cleanup sys
102# cleanup __builtin__
103# cleanup ints: 14 unfreed ints in 2 out of 4 blocks
104# cleanup floats