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 vstinner
Recipients pacampbell, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-11.23:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641942795.54.0.208147762789.issue46303@roundup.psfhosted.org>
In-reply-to
Content
I marked bpo-46346 as a duplicate of this issue. Copy of the first message:

"""
I am getting these warnings:

C:\Users\gvanrossum\cpython\PC\_testconsole.c(70,38): warning C4013: '_Py_get_osfhandle' undefined; assuming extern returnin
g int [C:\Users\gvanrossum\cpython\PCbuild\_testconsole.vcxproj]
C:\Users\gvanrossum\cpython\PC\_testconsole.c(70,1): warning C4047: 'initializing': 'HANDLE' differs in levels of indirectio
n from 'int' [C:\Users\gvanrossum\cpython\PCbuild\_testconsole.vcxproj]
C:\Users\gvanrossum\cpython\Modules\_tkinter.c(144,37): warning C4013: '_Py_stat' undefined; assuming extern returning int [
C:\Users\gvanrossum\cpython\PCbuild\_tkinter.vcxproj]

I noticed that GitHub also was flagging these in unrelated PRs.
"""

I proposed GH-30550 to fix these warnings.
History
Date User Action Args
2022-01-11 23:13:15vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, pacampbell
2022-01-11 23:13:15vstinnersetmessageid: <1641942795.54.0.208147762789.issue46303@roundup.psfhosted.org>
2022-01-11 23:13:15vstinnerlinkissue46303 messages
2022-01-11 23:13:15vstinnercreate