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 ammar2
Recipients ammar2, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-04-26.23:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587945187.18.0.146744366129.issue40401@roundup.psfhosted.org>
In-reply-to
Content
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"
History
Date User Action Args
2020-04-26 23:53:07ammar2setrecipients: + ammar2, paul.moore, tim.golden, zach.ware, steve.dower
2020-04-26 23:53:07ammar2setmessageid: <1587945187.18.0.146744366129.issue40401@roundup.psfhosted.org>
2020-04-26 23:53:07ammar2linkissue40401 messages
2020-04-26 23:53:06ammar2create