Issue 1002763: asynchat does not accept 'long' terminator (original) (raw)

Issue1002763

Created on 2004-08-03 17:35 by jeyk, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asynchat.diff jeyk,2004-08-03 17:35 Patch for asynchat to accept terminators of type long
Messages (2)
msg46524 - (view) Author: Jey Kottalam (jeyk) Date: 2004-08-03 17:35
I was browsing the asynchat source code and noticed that the asynchat module accepts ints but not longs for the set_terminator function. I'm attaching a patch that allows it to accept longs as well.
msg46525 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-09 15:27
Logged In: YES user_id=11375 Applied to CVS head; thanks!
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40683
2004-08-03 17:35:42 jeyk create