Message 328176 - Python tracker (original) (raw)
Message328176
Author | serhiy.storchaka |
---|---|
Recipients | Claudio.Freire, devurandom, erik.bray, fbissey, jdemeyer, miss-islington, pitrou, scoder, serhiy.storchaka, vstinner |
Date | 2018-10-20.19:23:21 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1540063401.38.0.788709270274.issue25750@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
This change introduced a compiler warning. /home/serhiy/py/cpython/Modules/_testcapimodule.c:5042:17: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] {"bad_get", bad_get, METH_FASTCALL}, ^~~~~~~ /home/serhiy/py/cpython/Modules/_testcapimodule.c:5042:17: note: (near initialization for ‘TestMethods[173].ml_meth’) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-10-20 19:23:21 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, scoder, vstinner, devurandom, fbissey, erik.bray, jdemeyer, Claudio.Freire, miss-islington |
2018-10-20 19:23:21 | serhiy.storchaka | set | messageid: 1540063401.38.0.788709270274.issue25750@psf.upfronthosting.co.za |
2018-10-20 19:23:21 | serhiy.storchaka | link | issue25750 messages |
2018-10-20 19:23:21 | serhiy.storchaka | create |