Skip to content
Snippets Groups Projects
  1. Feb 20, 2022
  2. Mar 03, 2022
  3. Mar 02, 2022
    • Gregory Szorc's avatar
      py3: use pickle directly · df56e6bd37f6
      Gregory Szorc authored
      pycompat.pickle abstracted over the different pickle modules in
      Python 2 and 3. Now that we're Python 3 only, it is safe to use the
      `pickle` module directly. So this commit does that.
      
      As part of this we remove the rules from check-code.py that were
      forbidden direct pickle module use.
      
      We retain the `util.pickle` symbol for backwards compatibility, just
      in case some extensions were using it.
      
      Differential Revision: https://phab.mercurial-scm.org/D12249
      df56e6bd37f6
  4. Mar 03, 2022
  5. Feb 20, 2022
  6. Feb 21, 2022
  7. Mar 03, 2022
  8. Feb 20, 2022
  9. Mar 03, 2022
  10. Mar 02, 2022
Loading