PyGC_HEAD is private in Python 3.9
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Meliae |
New
|
Undecided
|
Unassigned |
Bug Description
As of Python 3.9, PyGC_HEAD (which meliae relies on) is private.
See https:/
Compilation error:
creating build/temp.
creating build/temp.
x86_64-
meliae/_scanner.c: In function ‘__pyx_
meliae/
3435 | __pyx_t_1 = __Pyx_PyInt_
| ^~~~~~~~~
meliae/
error: command '/usr/bin/
An obvious fix would be to import PyGC_HEAD from internal/
According to the bug linked above ...they set it to the public again