[issue32232] building extensions as builtins is broken in 3.7

Pablo Galindo Salgado report at bugs.python.org
Sat Jan 20 23:26:27 EST 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

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?

----------

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


More information about the Python-bugs-list mailing list