This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Sync site.py and sysconfig.py with PyPy
Type: enhancement Stage: patch review
Components: Installation Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mattip, stefanor
Priority: normal Keywords: patch

Created on 2021-02-23 17:01 by mattip, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24628 closed mattip, 2021-02-23 17:08
Messages (2)
msg387583 - (view) Author: mattip (mattip) * Date: 2021-02-23 17:01
PyPy added some enhancements to sysconfig.py to deal with multiple implementations. site.py copies parts of sysconfig.py to save time when importing. It would be nice to backport these enhamncements, maybe other implementations could reuse them.
msg387765 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2021-02-27 03:45
You marked 3.7 here, which only gets security patches, but submitted a PR for master, which is appropriate for enhancements.  ('backport' here on the tracker means apply to older version after patching master.)
History
Date User Action Args
2022-04-11 14:59:41adminsetgithub: 87473
2021-04-06 18:33:51terry.reedysetnosy: - terry.reedy
2021-04-06 18:30:46stefanorsetnosy: + stefanor
2021-02-27 03:45:54terry.reedysetversions: + Python 3.10, - Python 3.7
nosy: + terry.reedy

messages: + msg387765

type: enhancement
2021-02-23 17:08:11mattipsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23413
2021-02-23 17:01:37mattipcreate