[issue43307] Sync site.py and sysconfig.py with PyPy

2021-04-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43307] Sync site.py and sysconfig.py with PyPy

2021-04-06 Thread Stefano Rivera
Change by Stefano Rivera : -- nosy: +stefanor ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43307] Sync site.py and sysconfig.py with PyPy

2021-02-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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.) -- nosy: +terry.reedy type: ->

[issue43307] Sync site.py and sysconfig.py with PyPy

2021-02-23 Thread mattip
Change by mattip : -- keywords: +patch pull_requests: +23413 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24628 ___ Python tracker ___

[issue43307] Sync site.py and sysconfig.py with PyPy

2021-02-23 Thread mattip
New submission from mattip : 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. --