いくつかの Python モジュールを使用するとeasy_install
、次のような警告が表示されます。
<some module>: module references __file__
<some module>: module references __path__
<some module>: module MAY be using inspect.trace
<some module>: module MAY be using inspect.getsourcefile
時々放出されます。
これらのメッセージはどこから (どのパッケージ/ソース ファイルから) 来ますか? 参照__file__
または__path__
悪いことと見なされるのはなぜですか?