Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 698
    • Issues 698
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to a massive storm of spam, registration on this instance now requires explicit administrator approval. Sorry for the added friction, we're also looking into automatic filtering options.

  • PyPyPyPy
  • pypypypy
  • Merge requests
  • !705

Removing __PYVENV_LAUNCHER__ during initial import of site

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Yannick Jadoul requested to merge topic/py3.6/ignore-pyvenv-launcher into branch/py3.6 Feb 28, 2020
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 3

Make sure __PYVENV_LAUNCHER__ is not picked up by the site during startup. See #3175 (closed) Alternatively, it could just be removed without being restored as well, I believe (this is what CPython is planning, anyway: https://github.com/python/cpython/pull/9516)

I've search for import site, but I'm not sure if I got all places in PyPy where site is imported during startup? I'm also not entirely sure how to best test it?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/py3.6/ignore-pyvenv-launcher