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 pablogsal
Recipients doko, eric.snow, ncoghlan, ned.deily, pablogsal
Date 2018-01-21.04:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516508787.67.0.467229070634.issue32232@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that Microsoft compiler does not handle well the circular dependencies between Include/pystate.h and Include/internal/pystate.h so I have included guards for Windows in the new include for Include/pystate.h and deactivated the test in that case. Some better ideas on how to handle that case?
History
Date User Action Args
2018-01-21 04:26:27pablogsalsetrecipients: + pablogsal, doko, ncoghlan, ned.deily, eric.snow
2018-01-21 04:26:27pablogsalsetmessageid: <1516508787.67.0.467229070634.issue32232@psf.upfronthosting.co.za>
2018-01-21 04:26:27pablogsallinkissue32232 messages
2018-01-21 04:26:27pablogsalcreate