]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Jun 2025 08:21:50 +0000 (10:21 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 08:21:50 +0000 (08:21 +0000)
commitfa62dfe888b0c24be603ddfd4e0137429bd79099
tree539782414e5d8c73dcc156edfe706ae957756b54
parentb1d5e2336e9152d3770b4f457afb16db2f720894
[3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (GH-135667) (#135786)

gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (GH-135667)
(cherry picked from commit 8ca1e4d846e868a20834cf442c48a3648b558bbe)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Doc/library/sys.rst
Lib/test/test_sys.py
Misc/NEWS.d/next/Library/2025-06-18-13-58-13.gh-issue-135645.109nff.rst [new file with mode: 0644]
Python/sysmodule.c