Message 328302 - Python tracker
Message328302
| Author | vstinner |
|---|---|
| Recipients | benjamin.peterson, pitrou, siddhesh, steve.dower, vstinner |
| Date | 2018-10-23.10:47:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1540291661.2.0.788709270274.issue33015@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The GCC warning is:
func_cast.c:34:30: warning: cast between incompatible function types from 'python_callback' {aka 'void (*)(void *)'} to 'void * (*)(void *)' [-Wcast-function-type]
pthread_callback func2 = (pthread_callback)func;
^ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-23 10:47:41 | vstinner | set | recipients: + vstinner, pitrou, benjamin.peterson, steve.dower, siddhesh |
| 2018-10-23 10:47:41 | vstinner | set | messageid: <1540291661.2.0.788709270274.issue33015@psf.upfronthosting.co.za> |
| 2018-10-23 10:47:41 | vstinner | link | issue33015 messages |
| 2018-10-23 10:47:41 | vstinner | create | |