Staging
v0.5.1
https://github.com/python/cpython
Revision bcbe5c59dde5fcb9ad21991c2afd91837b14bbd5 authored by Miss Islington (bot) on 28 May 2020, 15:12:23 UTC, committed by GitHub on 28 May 2020, 15:12:23 UTC

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

This reverts commit 0169d3003be3d072751dd14a5c84748ab63a249f.

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 1d82f00
Raw File
Tip revision: bcbe5c59dde5fcb9ad21991c2afd91837b14bbd5 authored by Miss Islington (bot) on 28 May 2020, 15:12:23 UTC
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
Tip revision: bcbe5c5
indent.pro
--blank-lines-after-declarations
--blank-lines-after-procedures
--braces-after-func-def-line
--braces-on-if-line
--braces-on-struct-decl-line
--break-after-boolean-operator
--comment-indentation25
--comment-line-length79
--continue-at-parentheses
--dont-cuddle-do-while
--dont-cuddle-else
--indent-level4
--line-length79
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-tabs
--procnames-start-lines
--space-after-for
--space-after-if
--space-after-while
--swallow-optional-blank-lines
-T PyCFunction
-T PyObject
back to top