[Twisted-Python] Weekly Bug Summary

2014-10-11 Thread trac
Bug summary __ Summary for 2014-10-05 through 2014-10-12 Opened Closed Total Change Enhancements: 5 5 1241 +0 Defects: 2 2753 +0 Tasks: 0 010

Re: [Twisted-Python] INCOMPATIBLE CHANGE: twisted.python.threadpool - time to test!

2014-10-11 Thread Glyph
On Oct 11, 2014, at 11:17 AM, weykent wrote: > On Oct 10, 2014, at 11:26 PM, Glyph wrote: > >> The ticket is in review now, >> and the branch is . > > I just tested my threadpool statistics collection code against that branch, > and it works perfe

Re: [Twisted-Python] spread: differences between remote_ and perspective_ needing an explanation

2014-10-11 Thread Wolfgang Rohdewald
Am Samstag, 11. Oktober 2014, 23:30:56 schrieb Wolfgang Rohdewald: > 2. Those implementations differ: > remote_*: return broker.serialize(state, self.perspective) > perspective_*: return broker.serialize(state, self, method, args, kw) > view_*: return broker.serialize(state,

[Twisted-Python] spread: differences between remote_ and perspective_ needing an explanation

2014-10-11 Thread Wolfgang Rohdewald
Hi, while trying to isolate a bug in my app, I found some strange differences between the implementations of remote_* and perspective_*. 1. in pb.Broker.serialize(), those attributes are set and restored: jellyMethod, jellyArgs, jellyKw. Within twisted Those attributes are not used anywhere

Re: [Twisted-Python] INCOMPATIBLE CHANGE: twisted.python.threadpool - time to test!

2014-10-11 Thread weykent
On Oct 10, 2014, at 11:26 PM, Glyph wrote: > The ticket is in review now, and > the branch is . I just tested my threadpool statistics collection code against that branch, and it works perfectly! Thanks a lot for your effort in this branch. __