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
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
Change by Chris Burr :
--
versions: +Python 3.10 -Python 3.9
___
Python tracker
<https://bugs.python.org/issue18233>
___
___
Python-bugs-list mailing list
Unsub
Change by Chris Burr :
--
versions: +Python 3.10 -Python 3.9
___
Python tracker
<https://bugs.python.org/issue39342>
___
___
Python-bugs-list mailing list
Unsub
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'
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 -
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
Change by Chris Burr :
--
assignee: -> christian.heimes
components: +SSL -Library (Lib)
nosy: +christian.heimes
___
Python tracker
<https://bugs.python.org/issu
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
Change by Chris Burr :
--
nosy: +chrisburr
___
Python tracker
<https://bugs.python.org/issue18233>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chris Burr :
--
pull_requests: +17346
pull_request: https://github.com/python/cpython/pull/17938
___
Python tracker
<https://bugs.python.org/issue18
11 matches
Mail list logo