Message393859
The tests are now skipped on Windows. It might be better to use a feature check: hasattr(ctypes.pythonapi, 'Py_FrozenMain')
IMO, Py_FrozenMain is quite specific: it's OK if it's exported, but also OK if it's missing. (Unless you're compiling a special build with frozen modules, which won't work at all without Py_FrozenMain.) |
|
Date |
User |
Action |
Args |
2021-05-18 09:04:55 | petr.viktorin | set | recipients:
+ petr.viktorin, vstinner, corona10 |
2021-05-18 09:04:55 | petr.viktorin | set | messageid: <1621328695.51.0.996823302174.issue44131@roundup.psfhosted.org> |
2021-05-18 09:04:55 | petr.viktorin | link | issue44131 messages |
2021-05-18 09:04:55 | petr.viktorin | create | |
|