Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • evolve evolve
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • mercurial
  • evolveevolve
  • Merge requests
  • !308

compat: correctly force a module import in the strip backcompat code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Ian Moody requested to merge topic/stable/stripbreakage into branch/stable Jan 29, 2021
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

Just calling strip without accessing anything inside the module doesn't actually trigger the ImportError on older versions if demandimport is active, so they end up setting debugstrip as the command to wrap, and then dying with "UnknownCommand: ('debugstrip', [...etc])". See https://bugzilla.mozilla.org/show_bug.cgi?id=1689647

--HG-- branch : stable

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/stable/stripbreakage