[issue23102] distutils: isinstance checks fail with setuptools-monkeypatched Extension/Distribution

2016-09-13 Thread Jens Timmerman
Jens Timmerman added the comment: small setup.py file to reproduce this problem if people still had trouble reproducing (this works with the attached d002-distutils-type-checks-can-fail-issue-23102.patch) ``` #!/usr/bin/env python ''' Installation script that breaks ''' from

[issue23102] distutils: isinstance checks fail with setuptools-monkeypatched Extension/Distribution

2016-09-12 Thread Jens Timmerman
Jens Timmerman added the comment: I'm also regularly running into this, it is really annoying, Can I do anything to help getting this merged in? -- nosy: +Jens.Timmerman ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue13492] ./configure --with-system-ffi=LIBFFI-PATH

2015-05-07 Thread Jens Timmerman
Jens Timmerman added the comment: Wel, I can confirm that this is fixed in new libffi shipped with python now, and the problem no longer occurs on 3.4.3 (only version I checked) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

2015-05-07 Thread Jens Timmerman
Jens Timmerman added the comment: yep, newer versions of python with newer libffi do not longer have this issue, confirmed with python 3.4.3 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4130

[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

2013-12-17 Thread Jens Timmerman
Jens Timmerman added the comment: sorry for my confusion, libffi's website stated libffi-3.0.14 was released on TBD. I must have missed the TBD part. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4130

[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

2013-12-09 Thread Jens Timmerman
Jens Timmerman added the comment: Since this is fixed in upstream libffi, can this be synced with the libffi included in python? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4130

[issue13492] ./configure --with-system-ffi=LIBFFI-PATH

2013-12-09 Thread Jens Timmerman
Jens Timmerman added the comment: As a workaround, you can make the libffi build work by applying this patch. https://github.com/atgreen/libffi/pull/43 (indeed, see also http://bugs.python.org/issue4130 ) -- nosy: +Jens.Timmerman ___ Python tracker

[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

2013-07-03 Thread Jens Timmerman
Jens Timmerman added the comment: I believe this pull request fixed this upstream (it did for me) https://github.com/atgreen/libffi/pull/43 I fixed this by including xmmintrin.h instead of switching to reg_args-sse[ssecount].m (as per http://software.intel.com/en-us/forums/topic/303826