Staging
v0.5.1
https://github.com/python/cpython
Revision 72fff60d7649df88026838d8b5f14f541393f268 authored by Miss Islington (bot) on 03 March 2020, 03:03:56 UTC, committed by GitHub on 03 March 2020, 03:03:56 UTC

Automerge-Triggered-By: @pablogsal
(cherry picked from commit 6df421fe87a9418d6c59f89dbc5d5573b6826855)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 499c926
Raw File
Tip revision: 72fff60d7649df88026838d8b5f14f541393f268 authored by Miss Islington (bot) on 03 March 2020, 03:03:56 UTC
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Tip revision: 72fff60
vgrindefs
# vgrind is a pretty-printer that takes source code and outputs
# eye-pleasing postscript.  The entry below should be added to your
# local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.

python|Python|py:\
        :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
        :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
        :kw=assert and break class continue def del elif else except\
         finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top