[New-bugs-announce] [issue38321] Windows: compiler warnings when building Python 3.8

STINNER Victor report at bugs.python.org
Mon Sep 30 06:08:44 EDT 2019


New submission from STINNER Victor <vstinner at python.org>:

c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\winbase.h(103): warning C4005: 'Yield': macro redefinition

c:\vstinner\python\3.8\modules\_asynciomodule.c(2667): warning C4102: 'set_exception': unreferenced label

c:\vstinner\python\3.8\modules\_ctypes\stgdict.c(704): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data

----------
components: Interpreter Core
messages: 353560
nosy: vstinner
priority: normal
severity: normal
status: open
title: Windows: compiler warnings when building Python 3.8
type: compile error
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38321>
_______________________________________


More information about the New-bugs-announce mailing list