[issue40642] Cpython "pystate.h" subdirectory wrong

2020-05-20 Thread jpelizza
jpelizza added the comment: In hindsight I provided absolutely nothing, new to this, bound to make dumb mistakes. Compiler error: In file included from /usr/include/python3.8/pystate.h:129, from /usr/include/python3.8/genobject.h:11, from /usr/include

[issue40642] Cpython "pystate.h" subdirectory wrong

2020-05-16 Thread jpelizza
New submission from jpelizza : Line 9 of pystate.h is: #include "cpython/initconfig.h" should be: #include "./initconfig.h" since pystate.h is already inside cpython dir. -- components: C API messages: 369019 nosy: jpelizza priority: normal severity: normal status: