diff options
author | justdan6 <134341009+justdan6@users.noreply.github.com> | 2023-07-28 23:29:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 23:29:31 (GMT) |
commit | 80aebd54c8c562d3d318c124ec735c5bf7f81d65 (patch) | |
tree | e94acb9646354421354aec9be31ddf202c37c233 /Misc/NEWS.d | |
parent | da151fdc7ac4a6d30740e4ef18071936a136790d (diff) | |
download | cpython-80aebd54c8c562d3d318c124ec735c5bf7f81d65.zip cpython-80aebd54c8c562d3d318c124ec735c5bf7f81d65.tar.gz cpython-80aebd54c8c562d3d318c124ec735c5bf7f81d65.tar.bz2 |
[3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#107414)
* Check for linux/limits.h before including it
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 11c055f5ff1a353de6d2e77f2af24aaa782878ba)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-07-28-18-17-33.gh-issue-106881.U3Ezdq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-07-28-18-17-33.gh-issue-106881.U3Ezdq.rst b/Misc/NEWS.d/next/Build/2023-07-28-18-17-33.gh-issue-106881.U3Ezdq.rst new file mode 100644 index 0000000..40b2609 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-07-28-18-17-33.gh-issue-106881.U3Ezdq.rst @@ -0,0 +1 @@ +Check for `linux/limits.h` before including it in `Modules/posixmodule.c`. |