Message 408664 - Python tracker
Message408664
| Author | vstinner |
|---|---|
| Recipients | bsteffensmeier, eric.snow, graysky, ndjensen, petr.viktorin, shihai1991, vstinner |
| Date | 2021-12-16.00:40:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1639615246.23.0.697309191027.issue46070@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Using attached bug.py, it's possible to trigger the crash on the main branch. I modified the reproducer to use the "_asyncio" extension which still uses the old API PyModule_Create() with PyModuleDef.m_size = -1. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-12-16 00:40:46 | vstinner | set | recipients: + vstinner, petr.viktorin, eric.snow, ndjensen, shihai1991, graysky, bsteffensmeier |
| 2021-12-16 00:40:46 | vstinner | set | messageid: <1639615246.23.0.697309191027.issue46070@roundup.psfhosted.org> |
| 2021-12-16 00:40:46 | vstinner | link | issue46070 messages |
| 2021-12-16 00:40:46 | vstinner | create | |