cpython/Misc/NEWS.d/next
Miss Islington (bot) 0f1748d66e
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847)
At compile time, '+z' is already properly used with HP aCC, and shared
libraries are correctly linked with '+b'. The '-fPIC' switch can safely be
dropped.
(cherry picked from commit 09be18a73d)

Co-authored-by: Michael Osipov <michael.osipov@siemens.com>
2022-05-19 09:51:08 -07:00
..
Build gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847) 2022-05-19 09:51:08 -07:00
C API gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813) 2022-05-16 13:19:52 +02:00
Core and Builtins gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) 2022-05-19 08:05:52 -07:00
Documentation bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575) 2022-05-17 18:41:55 -07:00
IDLE
Library bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965) 2022-05-19 17:40:49 +02:00
Security Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Tests gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718) 2022-05-19 02:50:39 -07:00
Tools-Demos Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Windows gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) 2022-05-17 15:59:29 -07:00
macOS Python 3.11.0b1 2022-05-06 23:53:50 +01:00