Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-113190: Reenable non-debug interned string cleanup#113601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
666ca33
Reenable non-debug interned string cleanup through _PyUnicode_ClearIn…
eduardo-elizondoDec 31, 2023
23d1aff
Revert test changes due to previously leftover leaks
eduardo-elizondoDec 31, 2023
fd9c7ff
Merge remote-tracking branch 'upstream/main' into reenable_unicode_cl…
eduardo-elizondoJan 15, 2024
ed09466
Add documentation
eduardo-elizondoJan 15, 2024
2608119
Lint docs
eduardo-elizondoJan 15, 2024
17e8817
Lint docs v2
eduardo-elizondoJan 15, 2024
dd1e8b4
Lint docs v3
eduardo-elizondoJan 15, 2024
ce5536b
Lint docs v4
eduardo-elizondoJan 15, 2024
071438f
Lint docs v5
eduardo-elizondoJan 15, 2024
afc7c1d
Lint docs v6
eduardo-elizondoJan 15, 2024
2ec1326
Lint docs v7
eduardo-elizondoJan 15, 2024
e8b9b45
Lint docs v8
eduardo-elizondoJan 15, 2024
175bc40
Lint docs v9
eduardo-elizondoJan 15, 2024
ffe9d03
Fix NEWS message
eduardo-elizondoJan 16, 2024
085b93e
Merge in the main branch
encukouJul 19, 2024
080a853
Remove outdated comment
encukouJul 19, 2024
8484c4b
Merge remote-tracking branch 'upstream/main' into reenable_unicode_cl…
eduardo-elizondoAug 11, 2024
6aee7f5
Addressed Comments
eduardo-elizondoAug 11, 2024
dc3b54f
Update whatsnew
encukouAug 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Lint docs
  • Loading branch information
@eduardo-elizondo
eduardo-elizondo committedJan 15, 2024
commit2608119bf24f5f0f34606d57dbd9d43b52067387
2 changes: 1 addition & 1 deletionDoc/whatsnew/3.13.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1366,7 +1366,7 @@ New Features
* Modified :c:func:`_PyUnicode_ClearInterned` function to always delete all
interned strings during a call to :c:func:`Py_Finalize`. This makes all
is backwards incompatible to any C-Extension that holds onto an interned
string after a call to c:func:`Py_Finalize` and is then reused after a
string after a call to c:func:`Py_Finalize` and is then reused after a
call to c:func:`Py_Initialize`. Any issues arising from this behavior will
normally result in crashes during the exectuion of the subsequent call to
c:func:`Py_Initatilize` from accessing uninitialized memory. To fix, use
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp