Message357001
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-11-19.23:11:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1574205069.59.0.0921100013632.issue38858@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Currently, new_interpreter() is a subset of Py_InitializeFromConfig(): the code was duplicated. I would prefer that both functions stay in sync and so that new_interpreter() reuses more Py_InitializeFromConfig() code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-19 23:11:09 | vstinner | set | recipients: + vstinner |
| 2019-11-19 23:11:09 | vstinner | set | messageid: <1574205069.59.0.0921100013632.issue38858@roundup.psfhosted.org> |
| 2019-11-19 23:11:09 | vstinner | link | issue38858 messages |
| 2019-11-19 23:11:09 | vstinner | create | |