Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85561 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-02-11 21:46 -0500 |
| Last post | 2015-02-11 21:46 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: warnings building 3.5 on Windows Terry Reedy <tjreedy@udel.edu> - 2015-02-11 21:46 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-02-11 21:46 -0500 |
| Subject | Re: warnings building 3.5 on Windows |
| Message-ID | <mailman.18676.1423709208.18130.python-list@python.org> |
On 2/11/2015 5:17 PM, Mark Lawrence wrote: > 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 Are these new? All in tkinter.c? Is so, can you find the patch responsible (hg annotate?)? > I understand that these are usually silenced. Should I raise this on > the issue tracker? The warnings *are* annoying, but I have mostly not bothered to say anything since Viktor Stinner tends to eventually fix new ones and make them go away. But feel free to go ahead, and add him as nosy. Also Serhiy Storchaka if all/mostly tkinter.c > 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? > -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web