bpo-35134: Remove the Include/code.h header file (GH-32385)
Remove the Include/code.h header file. C extensions should only include the main <Python.h> header file. Python.h includes directly Include/cpython/code.h instead.
V
Victor Stinner committed
85addfb9c6496eb3d26082348cf5aca848c877ef
Parent: 5c4d1f6
Committed by GitHub <noreply@github.com>
on 4/7/2022, 12:29:52 AM