]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move comment about permanent generation to gcmodule.c (GH-17718)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 27 Dec 2019 21:55:56 +0000 (21:55 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Dec 2019 21:55:56 +0000 (21:55 +0000)
commit90913985b62845a58f6b9e815121bcf614bd107f
tree3bc2594d17089262818928ab10445b9dd7a367e8
parent91874bb07161bb481b6f5ea18ffafe69cb8cac30
Move comment about permanent generation to gcmodule.c (GH-17718)

The comment about the collection rules for the permanent generation was
incorrectly referenced by a comment in gcmodule.c (the comment has been
moved long ago into a header file). Moving the comment into the relevant
code helps with readability and avoids broken references.
Include/internal/pycore_pymem.h
Modules/gcmodule.c