[Twisted-Python] Weekly Bug Summary

2017-01-21 Thread trac
Bug summary __ Summary for 2017-01-15 through 2017-01-22 Opened Closed Total Change Enhancements: 10 15 1337 -5 Defects: 3 5882 -2 Tasks: 1 3

Re: [Twisted-Python] Problems with inlineCallback, Deferred, yield and Python 3 in buildbot

2017-01-21 Thread Glyph Lefkowitz
> On Jan 21, 2017, at 6:15 PM, Craig Rodrigues wrote: > > If I run the test on Python 2, I don't get the error, and on line 93, brdicts > is a dict. > However, if I run the test on Python 3, brdicts is a Deferred, thus the error. This really ought to be impossible. If

[Twisted-Python] Problems with inlineCallback, Deferred, yield and Python 3 in buildbot

2017-01-21 Thread Craig Rodrigues
Hi, I have been submitting many patches to get buildbot working on Python 3: http://bit.ly/2jCCMPW I have run into one problem involving inlineCallback, Deferred, and yield which I am having difficulty solving. Can someone help me? If I do the following inside a Python 3 virtualenv to set

Re: [Twisted-Python] conch problem with ecdsa-sha2-nistp256 host key?

2017-01-21 Thread Craig Rodrigues
On Fri, Jan 20, 2017 at 10:21 PM, Glyph Lefkowitz wrote: > > > I finally got around to trying this, and was baffled as to why the > behavior wasn't different between trunk and trunk-with-merged-PRs; then I > realized the commits from both were already in trunk :-).