[New-bugs-announce] [issue40642] Cpython "pystate.h" subdirectory wrong

jpelizza report at bugs.python.org
Sat May 16 03:40:57 EDT 2020


New submission from jpelizza <joaogpelizza at gmail.com>:

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: open
title: Cpython "pystate.h" subdirectory wrong
type: compile error
versions: Python 3.8

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


More information about the New-bugs-announce mailing list