Message416377
| Author | petr.viktorin |
|---|---|
| Recipients | petr.viktorin |
| Date | 2022-03-30.15:52:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1648655557.05.0.882264493098.issue47169@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
- PyThread_get_thread_native_id is only available when PY_HAVE_THREAD_NATIVE_ID is defined. The test currently always expects it to be available. - PyOS_CheckStack is only available when USE_STACKCHECK is defined (i.e. on Windows). It should be exported from the DLL. I plan to: - add the appropriate metadata - improve handling & testing of such optional functions in general |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-03-30 15:52:37 | petr.viktorin | set | recipients: + petr.viktorin |
| 2022-03-30 15:52:37 | petr.viktorin | set | messageid: <1648655557.05.0.882264493098.issue47169@roundup.psfhosted.org> |
| 2022-03-30 15:52:37 | petr.viktorin | link | issue47169 messages |
| 2022-03-30 15:52:36 | petr.viktorin | create | |