1. 26 Mar, 2016 1 commit
    • Victor Stinner's avatar
      makeopcodetargets.py: we need to import Lib/opcode.py · 1eb1d88d
      Victor Stinner authored
      Issue #20021: use importlib.machinery to import Lib/opcode.py and not an opcode
      module coming from somewhere else. makeopcodetargets.py is part of the Python
      build process and it is run by an external Python program, not the built Python
      program.
      
      Patch written by Serhiy Storchaka.
      1eb1d88d
  2. 25 Mar, 2016 26 commits
  3. 24 Mar, 2016 13 commits