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 jpelizza
Recipients jpelizza
Date 2020-05-16.07:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589614857.55.0.73631693439.issue40642@roundup.psfhosted.org>
In-reply-to
Content
Line 9 of pystate.h is:
#include "cpython/initconfig.h"
should be:
#include "./initconfig.h"
since pystate.h is already inside cpython dir.
History
Date User Action Args
2020-05-16 07:40:57jpelizzasetrecipients: + jpelizza
2020-05-16 07:40:57jpelizzasetmessageid: <1589614857.55.0.73631693439.issue40642@roundup.psfhosted.org>
2020-05-16 07:40:57jpelizzalinkissue40642 messages
2020-05-16 07:40:57jpelizzacreate