Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-03 Thread Jørn Lomax
I have found another issue I'm wondering a little how to handle. There are places in the bana_test file that sys.maxint is used. This no longer exists in python3, so how should it be handled. Should we make an artificial maxint to use for python3. I might want to note that it is not used for co

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-03 Thread Glyph
> On Jul 3, 2015, at 2:00 PM, Jørn Lomax wrote: > > I have found another issue I'm wondering a little how to handle. There are > places in the bana_test file that sys.maxint is used. This no longer exists > in python3, so how should it be handled. Should we make an artificial maxint > to use

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-03 Thread Wolfgang Rohdewald
Am Freitag, 3. Juli 2015, 23:00:45 schrieb Jørn Lomax: > I have found another issue I'm wondering a little how to handle. There > are places in the bana_test file that sys.maxint is used. This no longer > exists in python3, so how should it be handled. Should we make an > artificial maxint to us