[issue16270] urllib hangs when closing connection

2019-06-10 Thread Dan Hemberger
Change by Dan Hemberger : -- pull_requests: +13820 pull_request: https://github.com/python/cpython/pull/13951 ___ Python tracker <https://bugs.python.org/issue16

[issue37222] urllib missing voidresp breaks CacheFTPHandler

2019-06-10 Thread Dan Hemberger
Change by Dan Hemberger : -- keywords: +patch pull_requests: +13819 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13951 ___ Python tracker <https://bugs.python.org/issu

[issue37222] urllib missing voidresp breaks CacheFTPHandler

2019-06-10 Thread Dan Hemberger
New submission from Dan Hemberger : When using the CacheFTPHandler in the most basic of contexts, a URLError will be thrown if you try to reuse any of the FTP instances stored in the handler. This makes CacheFTPHandler unusable for its intended purpose. Note that the default FTPHandler

[issue34012] No option to include system headers in distutils.core.Extension

2018-06-30 Thread Dan Hemberger
Change by Dan Hemberger : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue34012> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue34012] No option to include system headers in distutils.core.Extension

2018-06-30 Thread Dan Hemberger
New submission from Dan Hemberger : The distutils.core.Extension class has a constructor argument `include_dirs`, which includes each directory with `-I`. However, it is sometimes desirable to include additional system headers using `-isystem`. Currently, this is only possible by manually