◐ Shell
clean mode source ↗

bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types by pablogsal · Pull Request #19414 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@pablogsal pablogsal changed the title bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType… bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types

Apr 7, 2020

tim-one

@pablogsal pablogsal marked this pull request as ready for review

April 7, 2020 21:27

vstinner

pablogsal added a commit to pablogsal/cpython that referenced this pull request

May 23, 2020

miss-islington pushed a commit that referenced this pull request

May 27, 2020
…_FromSpec types (reverts GH-19414) (GH-20264)

Heap types now always visit the type in tp_traverse. See added docs for details.

This reverts commit 0169d30.

Automerge-Triggered-By: @encukou

miss-islington added a commit that referenced this pull request

May 28, 2020
…_FromSpec types (reverts GH-19414) (GH-20264)

Heap types now always visit the type in tp_traverse. See added docs for details.

This reverts commit 0169d30.

Automerge-Triggered-By: @encukou
(cherry picked from commit 1cf15af)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

Labels