Re: [Python-Dev] --with-fpectl changes the CPython ABI

2016-12-25 Thread Nick Coghlan
On 25 December 2016 at 09:48, Nathaniel Smith wrote: > Or maybe make it so that even no-fpectl builds still export the > necessary symbols so that yes-fpectl extensions don't crash on import? > (This has the advantage that it can be done in a point release...) > This seems like a sensible thing

Re: [Python-Dev] Asking for feedback about fixing `ftplib' (issue25458)

2016-12-25 Thread Giampaolo Rodola'
>From what I understand the problem should be fixed in urllib so that it always closes the FTP connection. I understand this is what happens in recent 3.x versions but not on 2.7. As for ftplib, I don't like the solution of using a `transfer_in_progress` flag in all commands. I see that as a cheap