[issue28170] SystemError: returned NULL without setting an error

2016-09-15 Thread Matt Wright
Matt Wright added the comment: Ahh! Thanks much! -- ___ Python tracker <http://bugs.python.org/issue28170> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28170] SystemError: returned NULL without setting an error

2016-09-15 Thread Matt Wright
New submission from Matt Wright: I'm experiencing a strange error when connecting to a web server with a self signed certificate. I've added the Root and Intermediate certs to the system CA bundle, and can `curl` against the server without any errors or using the `k` flag. But P

[issue8876] distutils should not assume that hardlinks will work

2014-10-14 Thread Matt Wright
Matt Wright added the comment: Here's another example of where this is a pain. An emerging workflow is using Docker for a Python environment. However, on OS X, its common to use boot2docker (a lightweight VM). With VirtualBox on OS X, its common to setup a shared folder between the hos