diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2023-04-02 22:47:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 22:47:31 (GMT) |
commit | 385b5d6e091da454c3e0d3f7271acf3af26d8532 (patch) | |
tree | 50c215cd488b6d49ecb08b082f0d9db5cf039f97 /Misc/NEWS.d | |
parent | 55decb72c4d2e4ea00ed13da5dd0fd22cecb9083 (diff) | |
download | cpython-385b5d6e091da454c3e0d3f7271acf3af26d8532.zip cpython-385b5d6e091da454c3e0d3f7271acf3af26d8532.tar.gz cpython-385b5d6e091da454c3e0d3f7271acf3af26d8532.tar.bz2 |
gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-02-19-01-49-46.gh-issue-102038.n3if3D.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-02-19-01-49-46.gh-issue-102038.n3if3D.rst b/Misc/NEWS.d/next/Library/2023-02-19-01-49-46.gh-issue-102038.n3if3D.rst new file mode 100644 index 0000000..40df20c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-02-19-01-49-46.gh-issue-102038.n3if3D.rst @@ -0,0 +1 @@ +Skip a ``stat`` in :mod:`site` if we have already found a ``pyvenv.cfg`` |