Message347051
| Author | vstinner |
|---|---|
| Recipients | miss-islington, vstinner |
| Date | 2019-07-01.17:41:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1562002868.3.0.397699204488.issue36763@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Another minor implementation issue: calling _PyCoreConfig_Read() twice calls _Py_SetArgcArgv() twice, the second call override the first _Py_SetArgcArgv() call. IMHO it should only be called once, at the first _PyCoreConfig_Read() call. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-07-01 17:41:08 | vstinner | set | recipients: + vstinner, miss-islington |
| 2019-07-01 17:41:08 | vstinner | set | messageid: <1562002868.3.0.397699204488.issue36763@roundup.psfhosted.org> |
| 2019-07-01 17:41:08 | vstinner | link | issue36763 messages |
| 2019-07-01 17:41:08 | vstinner | create | |