Message 368246 - Python tracker
Message368246
| Author | vstinner |
|---|---|
| Recipients | The Compiler, hieu.nguyen, serhiy.storchaka, tweksteen, vstinner |
| Date | 2020-05-06.13:00:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1588770023.4.0.925910750715.issue40527@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> I was able to bisect this to the following commit: (...) Oh, well done! Yeah, it's all my fault ;-) It's a regression of the PEP 587 (PyConfig) implementation. I chose to share code between Python/preconfig.c and Python/initconfig.c rather than duplicate code. The implementation of _PyPreConfig_Read() and PyConfig_Read() is quite complex. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-06 13:00:23 | vstinner | set | recipients: + vstinner, hieu.nguyen, serhiy.storchaka, tweksteen, The Compiler |
| 2020-05-06 13:00:23 | vstinner | set | messageid: <1588770023.4.0.925910750715.issue40527@roundup.psfhosted.org> |
| 2020-05-06 13:00:23 | vstinner | link | issue40527 messages |
| 2020-05-06 13:00:23 | vstinner | create | |