There are loads of "possible loss of data" warnings such as.

15>..\Modules\_tkinter.c(640): warning C4267: '+=' : conversion from 'size_t' to 'int', possible loss of data 15>..\Modules\_tkinter.c(892): warning C4244: 'function' : conversion from 'Py_ssize_t' to 'int', possible loss of data

I understand that these are usually silenced. Should I raise this on the issue tracker?

There are also some deprecation warnings such as

26>..\Modules\overlapped.c(977): warning C4996: 'WSAStringToAddressA': Use WSAStringToAddressW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings 26> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(3623) : see declaration of 'WSAStringToAddressA'

Should I raise this if only as a place holder?

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to