[issue41100] Support macOS 11 and Apple Silicon Macs

2021-04-08 Thread Benoit Hudson
Benoit Hudson added the comment: Is there any hope of a backport to 3.7? Or has that ship sailed? -- nosy: +benoithudson ___ Python tracker <https://bugs.python.org/issue41

[issue37931] crash reimporting posix after Py_Finalize on mac

2019-10-10 Thread Benoit Hudson
Benoit Hudson added the comment: Ping! The patch has been ready for review for over a month. If the patch can be backported to 2.7.x before that gets end-of-lifed it would be ideal. -- versions: +Python 2.7 ___ Python tracker <ht

[issue37931] crash reimporting posix after Py_Finalize on mac

2019-08-23 Thread Benoit Hudson
Change by Benoit Hudson : -- keywords: +patch pull_requests: +15125 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15428 ___ Python tracker <https://bugs.python.org/issu

[issue37931] crash reimporting posix after Py_Finalize on mac

2019-08-23 Thread Benoit Hudson
New submission from Benoit Hudson : On OSX, with --enable-shared, if you shut down python and reinitialize, you can get a crash. Repro steps: see attached crashy.c gcc -I. -I ../Include/ -L. crashy.c -lpython3.9 ./a.out On OSX, with --enable-shared, you get a crash! On other platforms