Issue43956
Created on 2021-04-27 17:57 by joukewitteveen, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 24876 | open | joukewitteveen, 2021-04-27 17:57 | |
| Messages (3) | |||
|---|---|---|---|
| msg392113 - (view) | Author: Jouke Witteveen (joukewitteveen) * | Date: 2021-04-27 17:57 | |
The default program name is hardcoded in Python/initconfig.c:config_init_program_name. It is "python" on Windows, and "python3" elsewhere. The documentation currently suggests that it is "python" everywhere. Additionally, the documentation currently says: > The argument should point to a zero-terminated wide character string in static storage whose contents will not change for the duration of the program’s execution. The code, however, duplicates the string, so I am not sure this is true. |
|||
| msg393504 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2021-05-12 10:29 | |
I created bpo-44113: "[C API] Deprecate legacy API for configure Python initialization". |
|||
| msg394123 - (view) | Author: Jouke Witteveen (joukewitteveen) * | Date: 2021-05-21 15:51 | |
It is unclear to me what is holding back the proposed pull request. Is it simply waiting for someone from docs@python to take a look, or did it fall off the radar of vstinner in his related activities to deprecate the legacy API? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:44 | admin | set | github: 88122 |
| 2021-05-21 15:51:45 | joukewitteveen | set | messages: + msg394123 |
| 2021-05-12 10:29:01 | vstinner | set | nosy:
+ vstinner messages: + msg393504 |
| 2021-04-27 17:57:00 | joukewitteveen | create | |
