[pypy-issue] Issue #2293: Using codecs.open certian input causes a seek to crash (pypy/pypy)

2016-05-07 Thread Jean-Louis Fuchs
New issue 2293: Using codecs.open certian input causes a seek to crash https://bitbucket.org/pypy/pypy/issues/2293/using-codecsopen-certian-input-causes-a Jean-Louis Fuchs: This is based on a [chardet-testfile](https://github.com/chardet/chardet/blob/master/tests/EUC-KR/jely.pe.kr.xml) I used

[pypy-issue] Issue #2605: libress defines X509*__MISMATCH constants (pypy/pypy)

2017-07-16 Thread Jean-Louis Fuchs
New issue 2605: libress defines X509*__MISMATCH constants https://bitbucket.org/pypy/pypy/issues/2605/libress-defines-x509-__mismatch-constants Jean-Louis Fuchs: My version of libressl (2.5.4) defines these constants X509_V_ERR_HOSTNAME_MISMATCH X509_V_ERR_EMAIL_MISMATCH

[pypy-issue] Issue #2606: tcl version detection with default (pypy/pypy)

2017-07-16 Thread Jean-Louis Fuchs
New issue 2606: tcl version detection with default https://bitbucket.org/pypy/pypy/issues/2606/tcl-version-detection-with-default Jean-Louis Fuchs: On Alpine Linux the tcl version 8.6 but there is no special include dir. The following patch will make version 8.6 default

[pypy-issue] Issue #2607: Recommended include path for poll.h (pypy/pypy)

2017-07-16 Thread Jean-Louis Fuchs
New issue 2607: Recommended include path for poll.h https://bitbucket.org/pypy/pypy/issues/2607/recommended-include-path-for-pollh Jean-Louis Fuchs: musl libc recommends including poll.h instead of sys/poll.h (usually the do this because it is defined in POSIX) ``` #!bash $> cat /usr/incl

[pypy-issue] Issue #2608: make rfile stdio variable const (pypy/pypy)

2017-07-16 Thread Jean-Louis Fuchs
New issue 2608: make rfile stdio variable const https://bitbucket.org/pypy/pypy/issues/2608/make-rfile-stdio-variable-const Jean-Louis Fuchs: On Alpine Linux build fails without this patch. I'm not sure if the patch will break other builds. If other builds fail: I'm not sure how