This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients chris.jerdonek, ned.deily, xiang.zhang
Date 2016-08-19.16:31:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471624300.98.0.507609485915.issue27713@psf.upfronthosting.co.za>
In-reply-to
Content
This is the design of getpath.c, when no exec/exec_prefix can be found it will emit warning and use the default one. Fortunately it gives use the ability to suppress the warnings. :) Simply set Py_FrozenFlag in _freeze_importlib.c can solve this problem. Upload a trivial patch to set the flag.
History
Date User Action Args
2016-08-19 16:31:41xiang.zhangsetrecipients: + xiang.zhang, ned.deily, chris.jerdonek
2016-08-19 16:31:40xiang.zhangsetmessageid: <1471624300.98.0.507609485915.issue27713@psf.upfronthosting.co.za>
2016-08-19 16:31:40xiang.zhanglinkissue27713 messages
2016-08-19 16:31:40xiang.zhangcreate