This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients mdk, ned.deily, skrah
Date 2016-07-18.22:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468879282.24.0.95727870971.issue27542@psf.upfronthosting.co.za>
In-reply-to
Content
At cffi they thinks the bug may be from cpython or pip, as

```
$ python -m pip install --user cffi
Collecting cffi
  Using cached cffi-1.7.0-cp27-cp27mu-manylinux1_x86_64.whl
Collecting pycparser (from cffi)
Installing collected packages: pycparser, cffi
Successfully installed cffi-1.7.0 pycparser-2.14
Segmentation fault (core dumped)
```

may not import cffi.
c.f.: https://bitbucket.org/cffi/cffi/issues/272/segfault-while-installing-via-pip#comment-29256302
History
Date User Action Args
2016-07-18 22:01:22mdksetrecipients: + mdk, ned.deily, skrah
2016-07-18 22:01:22mdksetmessageid: <1468879282.24.0.95727870971.issue27542@psf.upfronthosting.co.za>
2016-07-18 22:01:22mdklinkissue27542 messages
2016-07-18 22:01:22mdkcreate