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: rfc822.Addresslist fails on long addrs
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, ondrap
Priority: normal Keywords: patch

Created on 2001-11-13 09:03 by ondrap, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch ondrap, 2001-11-13 09:03
Messages (2)
msg38173 - (view) Author: Ondrej Palkovsky (ondrap) Date: 2001-11-13 09:03
AddrlistClass.getaddrlist used a recursion method,
that's why it failed on very long addresses. This patch
narrows the function so that it doesn't use recursion.
msg38174 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-12-02 11:13
Logged In: YES 
user_id=21627

This problem has been fixed in rfc822.py 1.65 (which shipped
with 2.2b2).
History
Date User Action Args
2022-04-10 16:04:38adminsetgithub: 35518
2001-11-13 09:03:02ondrapcreate