diff options
author | Ayappan Perumal <ayappap2@in.ibm.com> | 2023-10-22 20:58:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 20:58:52 (GMT) |
commit | 88bac5d5044e577825db1f9367af908dc9a3ad82 (patch) | |
tree | 651e0d2d0aec6eb5be5f1a00f36c7d79af8141e9 /Misc/NEWS.d/next/Build | |
parent | 767f416feb551f495bacfff1e9ba1e6672c2f24e (diff) | |
download | cpython-88bac5d5044e577825db1f9367af908dc9a3ad82.zip cpython-88bac5d5044e577825db1f9367af908dc9a3ad82.tar.gz cpython-88bac5d5044e577825db1f9367af908dc9a3ad82.tar.bz2 |
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-10-17-03-10-40.gh-issue-110828.31vQ9B.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-10-17-03-10-40.gh-issue-110828.31vQ9B.rst b/Misc/NEWS.d/next/Build/2023-10-17-03-10-40.gh-issue-110828.31vQ9B.rst new file mode 100644 index 0000000..13647fe --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-10-17-03-10-40.gh-issue-110828.31vQ9B.rst @@ -0,0 +1 @@ +AIX 32bit needs ``-latomic`` to build the :mod:`!_testcapi` extension module. |