Message 316639 - Python tracker
Message316639
| Author | siddhesh |
|---|---|
| Recipients | benjamin.peterson, pitrou, siddhesh, steve.dower |
| Date | 2018-05-15.11:25:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526383500.59.0.682650639539.issue33015@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Actually it is not; the parameter passed to Pythread_start_new_thread has a different type (void (*)(void *)) from what's accepted (and executed by) pthread_create (void *(*)(void *)). That is undefined behaviour. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-15 11:25:00 | siddhesh | set | recipients: + siddhesh, pitrou, benjamin.peterson, steve.dower |
| 2018-05-15 11:25:00 | siddhesh | set | messageid: <1526383500.59.0.682650639539.issue33015@psf.upfronthosting.co.za> |
| 2018-05-15 11:25:00 | siddhesh | link | issue33015 messages |
| 2018-05-15 11:25:00 | siddhesh | create | |