Staging
v0.5.1
https://github.com/python/cpython
Revision 811b2878dfc68dc3ecd81fb4b370c6e1f9ec69c2 authored by Brett Cannon on 03 January 2018, 19:32:22 UTC, committed by GitHub on 03 January 2018, 19:32:22 UTC
Otherwise the import team gets flagged for reviews any time the bytecode for
importlib.h changes (e.g new bytecode, optimizations, etc.).
1 parent f190eb5
Raw File
Tip revision: 811b2878dfc68dc3ecd81fb4b370c6e1f9ec69c2 authored by Brett Cannon on 03 January 2018, 19:32:22 UTC
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
Tip revision: 811b287
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