Python stackdump on "succesful" exit after import of python-requests

2016-01-29 Thread Martens, Robert (EY28737)
Hello, I am having a strange issue with Python 2.7 on cygwin. Whenever a script of mine imports 'requests' (python-requests installed via cygwin installer), after it closes I get an "Aborted" message and a stack dump. This consistently causes the issue: $ python Python 2.7.10 (default, JunĀ  1 20

RE: Python stackdump on "succesful" exit after import of python-requests

2016-02-01 Thread Martens, Robert (EY28737)
Hello Maarten, I won't be a lot of help with the low level debugging here but I do have some suggestions. The issue occurs for me whenever I import 'requests', could you try importing that module in your tests see if it also happens to you? I'm wondering if this is just a common problem between