https://github.com/python/cpython/commit/0c1feebf95440e00ffab14ada24c139eaabde628 commit: 0c1feebf95440e00ffab14ada24c139eaabde628 branch: main author: Petr Viktorin <[email protected]> committer: encukou <[email protected]> date: 2024-11-26T11:06:57+01:00 summary:
gh-113993: InternalDocs: Add String Interning to README (#127250) files: M InternalDocs/README.md diff --git a/InternalDocs/README.md b/InternalDocs/README.md index dbc858b276833c..f6aa3db3b384af 100644 --- a/InternalDocs/README.md +++ b/InternalDocs/README.md @@ -30,6 +30,8 @@ Runtime Objects - [Frames](frames.md) +- [String Interning](string_interning.md) + Program Execution --- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
