]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)
authorsobolevn <mail@sobolevn.me>
Sat, 21 Jun 2025 07:56:14 +0000 (10:56 +0300)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 07:56:14 +0000 (10:56 +0300)
commit8ca1e4d846e868a20834cf442c48a3648b558bbe
tree0506b85d2332ff73ecf9ca340dcacced89cd55c6
parentf4911258a80409cb641f13578137475204ab43b5
gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)

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