Message78726
| Author | ajaksu2 |
|---|---|
| Recipients | ajaksu2, chris.mahan, vstinner |
| Date | 2009-01-01.20:31:27 |
| SpamBayes Score | 1.7730506e-06 |
| Marked as misclassified | No |
| Message-id | <1230841888.24.0.941077305817.issue4791@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi Chris Since dir calls retrlines and retrlines has a 'while 1:' loop, the bug probably comes from there. Either it hangs in the fp.readline call or the break condition is never met. Can you put some print diagnostics inside Lib/ftplib.py->FTP.retrlines (around line 405) to help pinpointing the issue? HTH, Daniel |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-01 20:31:28 | ajaksu2 | set | recipients: + ajaksu2, vstinner, chris.mahan |
| 2009-01-01 20:31:28 | ajaksu2 | set | messageid: <1230841888.24.0.941077305817.issue4791@psf.upfronthosting.co.za> |
| 2009-01-01 20:31:27 | ajaksu2 | link | issue4791 messages |
| 2009-01-01 20:31:27 | ajaksu2 | create | |