Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Build/2025-03-01-18-20-07.gh-issue-130738.nDF…
…SHR.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
chouquette and picnixz authored Mar 1, 2025
commit a3a7ea37c3f238a9848df9dc71ca5a09a39b8ffb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Ensure Python.h is included in most places, except when "pyconfig.h" is included before, or in platform specific contexts
Ensure that `Python.h` is included before `stdbool.h` unless `pyconfig.h` is included
or in some platform-specific contexts.
Loading