-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_embed failures after switching configure options due to missing Makefile dependencies #114505
Comments
I should add that I originally tried this with a |
Hi Skip - I tried running What is the error you are seeing? Have you tried running |
Hrm... I guess it's a FWIW, here's the error I was seeing:
That |
I would recommend |
Yeah, I think we don't have all the proper dependencies in the Makefile for Lines 1401 to 1402 in afe8f37
We are also missing a bunch of header dependencies in the definition of |
Can you change the title to reflect this deficiency and assign it to me? I'll see if I can improve that aspect of the |
Thanks Skip - I updated the title. I think you should be able to do that too -- there's an "Edit" button next to the tile and "New Issue" on this page. |
That would be a very welcome improvement :) |
I guess the bigger issue was how you assigned it to me. I didn't see an obvious way to assign it to myself. |
Also move PYTHON_HEADERS up and make _testembed.o depend on it.
Also move PYTHON_HEADERS up and make _testembed.o depend on it.
Bug report
Bug description:
test_embed
started failing for me recently on free threaded builds on both M1 Mac and Ubuntu (Intel).git bisect
narrowed it down to a suspect commit. @colesbury this is probably for you.Unfortunately, on my Mac I get this commit as the culprit:
while in my Linux environment it says this:
(I backed up farther on my Linux box to find a good commit.) 16 January was a long time ago. My inclination is that the later commit is the culprit.
I then tried with the GIL enabled on main. Still an error. Hmmm... I went through the bisect process again on my Mac and landed on this as the putative culprit commit:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux, macOS
Linked PRs
The text was updated successfully, but these errors were encountered: