[issue44205] shutil.copystat can fail when copying to a file system with a smaller limit

2021-05-21 Thread Chris Burr
Change by Chris Burr : -- keywords: +patch pull_requests: +24888 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26282 ___ Python tracker <https://bugs.python.org/issu

[issue44205] shutil.copystat can fail when copying to a file system with a smaller limit

2021-05-21 Thread Chris Burr
New submission from Chris Burr : When copying files between systems with different limits on the size of the extended attributes that can be added to a file shutil.copystat can fail with: /cvmfs/lhcb.cern.ch/lib/var/lib/LbEnv/2064/stable/linux-64/lib/python3.8/shutil.py in copystat(src, dst

[issue18233] SSLSocket.getpeercertchain()

2020-10-12 Thread Chris Burr
Change by Chris Burr : -- versions: +Python 3.10 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue18233> ___ ___ Python-bugs-list mailing list Unsub

[issue39342] Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl

2020-10-12 Thread Chris Burr
Change by Chris Burr : -- versions: +Python 3.10 -Python 3.9 ___ Python tracker <https://bugs.python.org/issue39342> ___ ___ Python-bugs-list mailing list Unsub

[issue42009] Unable to compile with message compiler due to source order

2020-10-12 Thread Chris Burr
New submission from Chris Burr : Since bpo-36302 was implemented, extension sources are now sorted for reproducibility. This is causing an issue in pywin32 as the *.mc files must be processed first to ensure the *.h files are generated before trying to compile the actual sources. I'm

[issue18233] SSLSocket.getpeercertchain()

2020-06-30 Thread Chris Burr
Chris Burr added the comment: Hi Zack, I've already opened a PR that is loosely based on this patch. If you have time to give it a review I'd appreciate the extra set of eyes. https://github.com/python/cpython/pull/17938 -- versions: +Python 3.9 -Python 3.8

[issue39342] Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl

2020-01-15 Thread Chris Burr
Change by Chris Burr : -- keywords: +patch pull_requests: +17410 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18011 ___ Python tracker <https://bugs.python.org/issu

[issue39342] Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl

2020-01-15 Thread Chris Burr
Change by Chris Burr : -- assignee: -> christian.heimes components: +SSL -Library (Lib) nosy: +christian.heimes ___ Python tracker <https://bugs.python.org/issu

[issue39342] Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl

2020-01-15 Thread Chris Burr
New submission from Chris Burr : Enabling proxy certificate validation requires X509_V_FLAG_ALLOW_PROXY_CERTS to be included in the verify flags.[1] This should be exposed as ssl.VERIFY_ALLOW_PROXY_CERTS to match with the other X509_V_FLAG_* variables. https://www.openssl.org/docs/man1.1.1

[issue18233] SSLSocket.getpeercertchain()

2020-01-13 Thread Chris Burr
Change by Chris Burr : -- nosy: +chrisburr ___ Python tracker <https://bugs.python.org/issue18233> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18233] SSLSocket.getpeercertchain()

2020-01-10 Thread Chris Burr
Change by Chris Burr : -- pull_requests: +17346 pull_request: https://github.com/python/cpython/pull/17938 ___ Python tracker <https://bugs.python.org/issue18