Staging
v0.5.1
https://github.com/python/cpython
Revision 83e64c8a544028ae677af2a0bc268dbe1c11cc3a authored by Eric Snow on 30 January 2018, 04:04:15 UTC, committed by GitHub on 30 January 2018, 04:04:15 UTC
1 parent 9424dcb
Raw File
Tip revision: 83e64c8a544028ae677af2a0bc268dbe1c11cc3a authored by Eric Snow on 30 January 2018, 04:04:15 UTC
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Tip revision: 83e64c8
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