Tin mới
gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (#156335)
gh-152433: Fix errors in sys.getwindowsversion() for UWP build (GH-152604)
gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)
gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)
gh-154431: Fix data race in `sys.audithook` (#154462)
gh-152132: Enhance Py_RunMain() and fix bugs (#153461)
gh-151218: Replace sys.flags in PyConfig_Set() (#151402)
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
gh-149321: Remove lazy_imports=none startup mode (#149389)
gh-149595: Remove the `sys._enablelegacywindowsfsencoding()` function (#149596)
GH-126910: Add gdb support for unwinding JIT frames (#146071)
gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
gh-148110: Resolve lazy import filter names for relative imports (#148111)
gh-146197: Include a bit more information in sys._emscripten_info.runtime (#146346)
gh-122575: gh-142349: fix sys.flags tuple size (it unintentionally increased) (GH-145988)
gh-145376: Fix refleaks and double decref for code in Python/ (#145666)
gh-145376: Fix various reference leaks (GH-145377)
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (#142460)
gh-141579: Fix perf_jit backend in sys.activate_stack_trampoline() (#141580)
gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
gh-131253: free-threaded build support for pystats (gh-137189)
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
gh-133143: Add sys.abi_info (GH-137476)
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)