pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.89k stars 1.87k forks source link

Performance minded with some bug fixes #6311

Open matteius opened 2 weeks ago

matteius commented 2 weeks ago

The issue

Testing against the sentry requirements file profiling from a fresh virtualenv creation with no Pipfile/Pipfile.lock: https://raw.githubusercontent.com/getsentry/sentry/refs/heads/master/requirements-base.txt

Main branch:

image

This branch:

image

The fix

The checklist