This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:21serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, scoder, vstinner, devurandom, fbissey, erik.bray, jdemeyer, Claudio.Freire, miss-islington
2018-10-20 19:23:21serhiy.storchakasetmessageid: <1540063401.38.0.788709270274.issue25750@psf.upfronthosting.co.za>
2018-10-20 19:23:21serhiy.storchakalinkissue25750 messages
2018-10-20 19:23:21serhiy.storchakacreate