[New-bugs-announce] [issue40401] pythoncore.vcxproj fails to load due to duplicated "..\Include\pyhash.h"

Ammar Askar report at bugs.python.org
Sun Apr 26 19:53:07 EDT 2020


New submission from Ammar Askar <ammar at ammaraskar.com>:

The pythoncore project currently fails to load in Visual Studio with:

    cpython\PCbuild\pythoncore.vcxproj : error  : Cannot load project with duplicated project items: ..\Include\pyhash.h is included as 'ClInclude' and as 'ClInclude' item types. 


Looks like https://github.com/python/cpython/commit/c5fc15685202cda73f7c3f5c6f299b0945f58508#diff-fc48a1700be0140b57a172ea101297de accidentally introduced a duplicate for "..\Include\pyhash.h"

----------
components: Windows
messages: 367334
nosy: ammar2, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: pythoncore.vcxproj fails to load due to duplicated "..\Include\pyhash.h"
type: compile error
versions: Python 3.9

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


More information about the New-bugs-announce mailing list