Files
cpython/Modules/_sqlite
Victor Stinner dd4d8b4d80 Fix compilation warnings on Windows (GH-8627)
* Fix compilation warning in _ctypes module on Window

(cherry picked from commit 20f11fe43c)

* Fix compilation warnings on Windows 64-bit

(cherry picked from commit 725e421222)

* Fix compiler warning in unicodeobject.c

Explicitly case to Py_UNICODE to fix the warning:

Objects\unicodeobject.c(4225): warning C4244: '=' :
conversion from 'long' to 'Py_UNICODE', possible loss of data

The downcast cannot overflow since we check that value <= 0x10ffff.
2018-08-02 18:02:59 +02:00
..
2010-03-05 09:12:37 +00:00
2010-03-05 09:12:37 +00:00
2010-03-05 09:12:37 +00:00
2010-03-05 09:12:37 +00:00