[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-11-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6d66de97f814fb504296c153957d87e49993f8ec by Miss Islington (bot) in branch '3.10': bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152) https://github.com/python/cpython/commit/6d66de97f814fb504296c153957d8

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-10-22 Thread miss-islington
miss-islington added the comment: New changeset aa8c3446c085175e65e736b0d2e32719c4d2 by Miss Islington (bot) in branch '3.9': bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) https://github.com/python/cpython/commit/aa8c3446c085175e65e736b0d2e32719c4

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-10-22 Thread STINNER Victor
STINNER Victor added the comment: > Can this be merged to python 3.10 as well? Thanks It's unclear to me if it's a new feature or a bugfix. But since the change is trivial, I'm fine with backporting it as a bugfix to 3.9 and 3.10 branches. -- ___

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-10-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +27429 pull_request: https://github.com/python/cpython/pull/29152 ___ Python tracker ___ __

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-10-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +27430 pull_request: https://github.com/python/cpython/pull/29153 ___ Python tracker ___ __

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-10-22 Thread Florin Spătar
Florin Spătar added the comment: Can this be merged to python 3.10 as well? Thanks -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-09-08 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.8 ___ Python tracker ___ ___

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-09-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2396fa6537d79554ac694dbd2b0b30eeb3476c80 by Florin Spătar in branch 'main': bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) https://github.com/python/cpython/commit/2396fa6537d79554ac694dbd2b0b30eeb3476c80 --

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 5.0 -> 6.0 pull_requests: +26316 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27857 ___ Python tracker __

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread Florin Spătar
Florin Spătar added the comment: @mattip Yes, the patch fixed the issue and the extension module import works. With the patch applied: [fspatar@hpux1131:/cust/fspatar/buildtest/hp-ux/11.31/build]> /opt/OPSWbuildtools/2.0.5/python/3.8.11.01/bin/python3 Python 3.8.11 (default, Aug 4 2021, 03:1

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread mattip
mattip added the comment: I assume you tried and succeeded with your patch. Could you post what `_imp.extension_suffixes()` reports after the patch? I am a bit confused because you said the following, should the last line be `_m2crypto.sl` and not `_m2crypto.sl` ? my understanding is that

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread STINNER Victor
STINNER Victor added the comment: Can you please try to convert your patch into a GitHub pull request? -- ___ Python tracker ___ __

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread Florin Spătar
New submission from Florin Spătar : On HP-UX, python can no longer find extension modules with the '.sl' suffix. [fspatar@hpux1131:/cust/fspatar/buildtest/hp-ux/11.31/build]> ~/tmp/investigation3/old/bin/python3 Python 3.8.11 (default, Aug 3 2021, 06:15:31) [GCC 4.2.4] on hp-ux-pa Type "help"