Submitter | phabricator |
---|---|
Date | Jan. 11, 2018, 1:40 p.m. |
Message ID | <b2f42ba2b480ba979e07e118c09f2609@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26685/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/rust/hgcli/src/main.rs b/rust/hgcli/src/main.rs --- a/rust/hgcli/src/main.rs +++ b/rust/hgcli/src/main.rs @@ -125,6 +125,9 @@ // Set program name. The backing memory needs to live for the duration of the // interpreter. // + // TODO consider storing this in a static or associating with lifetime of + // the Python interpreter. + // // Yes, we use the path to the Python interpreter not argv[0] here. The // reason is because Python uses the given path to find the location of // Python files. Apparently we could define our own ``Py_GetPath()``