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 Andi Bergmeier
Recipients Andi Bergmeier, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-02-08.16:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486570752.91.0.22560263586.issue29503@psf.upfronthosting.co.za>
In-reply-to
Content
As a result either

a, have a way to modify sys.path and add support for embeddable
b, have no way to modify sys.path and fail very soon should someone try to use Bazel with a Python embeddable.

Either way the minimum is to have a way to detect which variant it is.
History
Date User Action Args
2017-02-08 16:19:12Andi Bergmeiersetrecipients: + Andi Bergmeier, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-02-08 16:19:12Andi Bergmeiersetmessageid: <1486570752.91.0.22560263586.issue29503@psf.upfronthosting.co.za>
2017-02-08 16:19:12Andi Bergmeierlinkissue29503 messages
2017-02-08 16:19:12Andi Bergmeiercreate