diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-18 20:49:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-18 20:49:11 (GMT) |
commit | ec88e9f686a97a7dfc3c2ef28a244e53d313731a (patch) | |
tree | 2bc625d27cbe5c9bdfa652786edefc6d27276108 /Misc/NEWS.d | |
parent | 641e59db59a0d1ad712b20948b19eec16a1f9a84 (diff) | |
download | cpython-ec88e9f686a97a7dfc3c2ef28a244e53d313731a.zip cpython-ec88e9f686a97a7dfc3c2ef28a244e53d313731a.tar.gz cpython-ec88e9f686a97a7dfc3c2ef28a244e53d313731a.tar.bz2 |
[3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-119134) (#119153)
gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)
(cherry picked from commit c141d4393750c827cbcb3867f0f42997a3bb3528)
Co-authored-by: Donghee Na <donghee.na@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-05-17-19-53-27.gh-issue-119132.wepPgM.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-05-17-19-53-27.gh-issue-119132.wepPgM.rst b/Misc/NEWS.d/next/Build/2024-05-17-19-53-27.gh-issue-119132.wepPgM.rst new file mode 100644 index 0000000..44fe2a1 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-05-17-19-53-27.gh-issue-119132.wepPgM.rst @@ -0,0 +1,2 @@ +Update :data:`sys.version` to identify whether the build is default build or +free-threading build. Patch By Donghee Na. |