Change by Philip Prindeville :
--
keywords: +patch
pull_requests: +30398
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/32344
___
Python tracker
<https://bugs.python.org/issu
New submission from Philip Prindeville :
I'd like to see handlers exposes for the stdout and stderr pipe-reading threads
so that I could customize what's done with the data as it's read.
I might, for instance, want to:
(1) accumulate it into a buffer;
(2) copy it ont
Change by Philip Prindeville :
--
nosy: +philipp
___
Python tracker
<https://bugs.python.org/issue33618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Philip Prindeville :
--
nosy: +philipp
___
Python tracker
<https://bugs.python.org/issue43669>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Philip Prindeville :
When TLS client certificates are used for authentication, servers need to
ensure that the certificate is current and hasn't been revoked. In zero-trust
and other architectures with heavy use of micro-services, server-side
validation of the c