Re: [Twisted-Python] Issue with TLS failure modes

2018-09-05 Thread Jean-Paul Calderone
On Wed, Sep 5, 2018 at 9:40 AM Robert DiFalco wrote: > Is the timeout the only way to handle this kind of TLS handshake error? > It might be easier to answer your original question if you include a Short, Self Contained, Correct (Compilable), Example . Jean-Paul > Sent from

Re: [Twisted-Python] Issue with TLS failure modes

2018-09-05 Thread Robert DiFalco
Is the timeout the only way to handle this kind of TLS handshake error? Sent from my iPhone > On Aug 30, 2018, at 10:14 AM, Robert DiFalco wrote: > > I'm having an issue properly handling TLS failure modes. For example consider > the EchoServer and EchoClient code. If I use a TLS client with a

Re: [Twisted-Python] T9217 / PR1052: Wheels, wheels, and more wheels

2018-09-05 Thread Kyle Altendorf
On 2018-09-05 03:25, Glyph wrote: On Aug 29, 2018, at 10:13 AM, Kyle Altendorf wrote: wheel links: https://github.com/twisted/twisted/pull/1051#issuecomment-416743261 (and next comment) Now that I've got the wheel builds happening I figured it'd be good to try them out on 'real' machines. T

Re: [Twisted-Python] Keeping logger from snatching stdout?

2018-09-05 Thread Glyph
On Aug 29, 2018, at 3:48 PM, Jeff Grimmett mailto:grimmto...@gmail.com>> wrote: > I'm working on a Flask project using the flask_twisted package from PyPI and > have encountered a mystery. I don't *have* to solve it to move on, but darn > it, I can't let it go :) > > https://pypi.org/project

Re: [Twisted-Python] T9217 / PR1052: Wheels, wheels, and more wheels

2018-09-05 Thread Glyph
> On Aug 29, 2018, at 10:13 AM, Kyle Altendorf > wrote: > > Hi All, Hi Kyle! > I am working on ticket #9217 / PR #1051 to add lots more wheel generation to > the Twisted CI. I decided to give the cibuildwheel package a try and it made > this process almost too easy (