Re: [Twisted-Python] Unjellying and circular references?

2020-12-26 Thread Glyph
Out official bug tracker is at https://twistedmatrix.com/trac/newticket — if you could file it there it would be great. (Github login required.) Thanks! > On Dec 16, 2020, at 2:21 AM, Jasper Phillips wrote: > >  > > >> On Fri, Dec 11, 2020 at 6:08 AM Jean-Paul Calderone >> wrote: >>> On

Re: [Twisted-Python] Unjellying and circular references?

2020-12-16 Thread Jasper Phillips
On Fri, Dec 11, 2020 at 6:08 AM Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Fri, Dec 11, 2020 at 8:19 AM Jasper Phillips > wrote: > >> I'm using perspective broker to transfer objects in a networked game, >> which I'm having trouble unjellying -- the remote versions wind up with

Re: [Twisted-Python] Unjellying and circular references?

2020-12-11 Thread Jean-Paul Calderone
On Fri, Dec 11, 2020 at 8:19 AM Jasper Phillips wrote: > I'm using perspective broker to transfer objects in a networked game, > which I'm having trouble unjellying -- the remote versions wind up with > dangling twisted.persisted.crefutil._Dereference instances, so don't match > the original obje

[Twisted-Python] Unjellying and circular references?

2020-12-11 Thread Jasper Phillips
I'm using perspective broker to transfer objects in a networked game, which I'm having trouble unjellying -- the remote versions wind up with dangling twisted.persisted.crefutil._Dereference instances, so don't match the original objects. I'm seeing this for objects that have circular references t