Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 653
    • Issues 653
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

This instance will be upgraded to Heptapod 0.31.0 (final) on 2022-05-24 at 14:00 UTC+2 (a few minutes of down time)

  • PyPy
  • pypypypy
  • Merge requests
  • !705

Merged
Created Feb 28, 2020 by Yannick Jadoul@YannickJadoulMaintainer

Removing __PYVENV_LAUNCHER__ during initial import of site

  • Overview 2
  • Commits 2
  • 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
Reviewer
Request review from
Time tracking
Source branch: topic/py3.6/ignore-pyvenv-launcher