summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-10-13-14-42-46.bpo-45434.INNEEt.rst
blob: 933f80670f1aebf3022f5e2560360db90bce8546 (plain)
1
2
3
Remove the ``pystrhex.h`` header file. It only contains private functions. C
extensions should only include the main ``<Python.h>`` header file. Patch by
Victor Stinner.