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

[3.9] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)#29248

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
ambv merged 1 commit intopython:3.9frommiss-islington:backport-35e1ff3-3.9
Oct 28, 2021

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedOct 27, 2021
edited by bedevere-bot
Loading

Objects that support garbage collection ("container" objects) should
call PyObject_GC_UnTrack() from their destructors before clearing any
fields which may point to other "container" objects.
(cherry picked from commit35e1ff3)

Co-authored-by: Sam Grosscolesbury@gmail.com

https://bugs.python.org/issue28737

…pythonGH-29246)Objects that support garbage collection ("container" objects) shouldcall PyObject_GC_UnTrack() from their destructors before clearing anyfields which may point to other "container" objects.(cherry picked from commit35e1ff3)Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-botbedevere-bot added the docsDocumentation in the Doc dir labelOct 27, 2021
@miss-islington
Copy link
ContributorAuthor

@colesbury and@ambv: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington
Copy link
ContributorAuthor

@colesbury and@ambv: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
ContributorAuthor

@colesbury and@ambv: Status check is done, and it's a success ✅ .

@colesburycolesbury requested a review fromambvOctober 28, 2021 16:39
@ambvambv merged commit193504a intopython:3.9Oct 28, 2021
@miss-islingtonmiss-islington deleted the backport-35e1ff3-3.9 branchOctober 28, 2021 19:23
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ambvambvAwaiting requested review from ambv

Assignees

No one assigned

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@ambv@the-knights-who-say-ni@bedevere-bot@colesbury

[8]ページ先頭

©2009-2025 Movatter.jp