This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asynchat does not accept 'long' terminator
Type: Stage:
Components: None Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, jeyk
Priority: normal Keywords: patch

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:06adminsetgithub: 40683
2004-08-03 17:35:42jeykcreate