Message320857
| Author | vstinner |
|---|---|
| Recipients | emilyemorehouse, eric.snow, hroncok, ncoghlan, vstinner |
| Date | 2018-07-02.09:01:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530522114.88.0.56676864532.issue34008@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
My PR 8043 fix the Python 3.7 regression: allow again to call Py_Main() after Py_Initialize(). Nick: if you want to raise an error on that case, I would prefer to see a deprecation warning emitted in version N before raising an error in version N+1. Technically, it seems possible to allow calling Py_Main() after Py_Initialize(). It's "just" a matter of fixing Py_Main() to apply properly the new configuration. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-02 09:01:54 | vstinner | set | recipients: + vstinner, ncoghlan, eric.snow, emilyemorehouse, hroncok |
| 2018-07-02 09:01:54 | vstinner | set | messageid: <1530522114.88.0.56676864532.issue34008@psf.upfronthosting.co.za> |
| 2018-07-02 09:01:54 | vstinner | link | issue34008 messages |
| 2018-07-02 09:01:54 | vstinner | create | |