Issue26670
Created on 2016-03-30 08:20 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| dev_mode.patch | vstinner, 2016-03-30 08:20 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg262655 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2016-03-30 08:20 | |
Attached patch implements the idea proposed on the python-ideas mailing list: https://mail.python.org/pipermail/python-ideas/2016-March/039314.html The patch is a proof-of-concept. The code still contains FIXME. |
|||
| msg262659 - (view) | Author: Ronald Oussoren (ronaldoussoren) * ![]() |
Date: 2016-03-30 10:44 | |
Why does this patch execv() the interpreter to set options? I'd expect it to be possible to get the same result by updating the argument parsing code in Py_Main. |
|||
| msg262742 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2016-04-01 14:08 | |
> Why does this patch execv() the interpreter to set options? I'd expect it to be possible to get the same result by updating the argument parsing code in Py_Main. It's to set PYTHONMALLOC env var which must be set before Py_Main() is called. Since I got negative feedback on python-ideas, I close this issue and will investigate the documentation option. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:29 | admin | set | github: 70857 |
| 2016-04-01 14:17:52 | SilentGhost | set | resolution: fixed -> rejected stage: resolved |
| 2016-04-01 14:08:18 | vstinner | set | status: open -> closed resolution: fixed messages: + msg262742 |
| 2016-03-30 10:44:23 | ronaldoussoren | set | nosy:
+ ronaldoussoren messages: + msg262659 |
| 2016-03-30 08:20:14 | vstinner | create | |
