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
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
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
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