bpo-39948: Fix compatibility with Mac OS X 10.4 and 10.5#19008
bpo-39948: Fix compatibility with Mac OS X 10.4 and 10.5#19008dgelessus wants to merge 1 commit intopython:mainfrom
Conversation
fcopyfile is only available on 10.5 and later, and pthread_threadid_np only on 10.6 and later.
|
I'm not sure exactly what the planned role is for this system-wide thread id, but gcc and a number of other projects fall back to |
|
@ned-deily, since you commented on the bpo issue, would you like to review this? It LGTM but a bit too far outside my area of expertise for me to feel comfortable approving it. |
|
Should this be closed? 10.4 / 10.5 are quite old and looking at release dates it would correspond to around 3.8 to 3.9 . |
|
As discussed on the issue #84129, we decided not to pursue this moving forward. But thanks for the PR! |
fcopyfile/<copyfile.h>is only available on 10.5 and later, andpthread_threadid_nponly on 10.6 and later.https://bugs.python.org/issue39948