Christian Heimes added the comment:

Example output:

$ sudo stap import.stp -c "./python -c pass"
[1506342342142233574] * Importing '_frozen_importlib_external' ...
[1506342342142719538] + Imported  '_frozen_importlib_external'
[1506342342143260191] * Importing 'zipimport' ...
[1506342342143329476] + Imported  'zipimport'
[1506342342143474571] * Importing 'encodings' ...
[1506342342143858228]   * Importing 'codecs' ...
[1506342342144149624]     * Importing '_codecs' ...
[1506342342144205933]     + Imported  '_codecs'
[1506342342144363609]   + Imported  'codecs'
[1506342342144377843]   * Importing 'encodings.aliases' ...
[1506342342144676180]   + Imported  'encodings.aliases'
[1506342342144712610] + Imported  'encodings'
[1506342342144725110] * Importing 'encodings.utf_8' ...
[1506342342144906782] + Imported  'encodings.utf_8'
[1506342342144925714] * Importing '_signal' ...
[1506342342145015138] + Imported  '_signal'
[1506342342145025346] * Importing 'encodings.latin_1' ...
[1506342342145229859] + Imported  'encodings.latin_1'
[1506342342145236273] * Importing 'io' ...
[1506342342145333476]   * Importing 'abc' ...
[1506342342145443604]     * Importing '_weakrefset' ...
[1506342342145658942]     + Imported  '_weakrefset'
[1506342342145746442]   + Imported  'abc'
[1506342342145929972] + Imported  'io'
[1506342342145985754] * Importing 'site' ...
[1506342342146168933]   * Importing 'os' ...
[1506342342146387697]     * Importing 'errno' ...
[1506342342146455581]     + Imported  'errno'
[1506342342146457808]     * Importing 'stat' ...
[1506342342146620691]       * Importing '_stat' ...
[1506342342146676954]       + Imported  '_stat'
[1506342342146700059]     + Imported  'stat'
[1506342342146738715]     * Importing 'posixpath' ...
[1506342342146882603]       * Importing 'genericpath' ...
[1506342342146999370]       + Imported  'genericpath'
[1506342342147014839]     + Imported  'posixpath'
[1506342342147133401]     * Importing '_collections_abc' ...
[1506342342148404142]     + Imported  '_collections_abc'
[1506342342148517849]   + Imported  'os'
[1506342342148521360]   * Importing '_sitebuiltins' ...
[1506342342148680131]   + Imported  '_sitebuiltins'
[1506342342148952120]   * Importing 'sitecustomize' ...
[1506342342149107151]   - Failed    'sitecustomize'
[1506342342149111461]   * Importing 'usercustomize' ...
[1506342342149171745]   - Failed    'usercustomize'
[1506342342149182576] + Imported  'site'

----------
Added file: https://bugs.python.org/file47168/import.stp

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31574>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to