This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Replace Locally Cached Strings with Statically Initialized Objects
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: eric.snow
Priority: normal Keywords: patch

Created on 2022-02-16 03:16 by eric.snow, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31366 merged eric.snow, 2022-02-16 03:18
Messages (2)
msg413313 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2022-02-16 03:16
This removes a number of static variables and is a little more efficient.
msg413758 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2022-02-23 00:24
New changeset 1f455361ecfb1892e375bdbee813cdf095b6cfb8 by Eric Snow in branch 'main':
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
https://github.com/python/cpython/commit/1f455361ecfb1892e375bdbee813cdf095b6cfb8
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90921
2022-02-23 01:54:42eric.snowsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-02-23 00:24:19eric.snowsetmessages: + msg413758
2022-02-16 03:18:12eric.snowsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request29516
2022-02-16 03:16:42eric.snowcreate