René's URL Explorer Experiment


Title: test_embed failures after switching configure options due to missing Makefile dependencies · Issue #114505 · python/cpython · GitHub

Open Graph Title: test_embed failures after switching configure options due to missing Makefile dependencies · Issue #114505 · python/cpython

X Title: test_embed failures after switching configure options due to missing Makefile dependencies · Issue #114505 · python/cpython

Description: 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 ...

Open Graph Description: 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...

X Description: 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...

Opengraph URL: https://github.com/python/cpython/issues/114505

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"test_embed failures after switching configure options due to missing Makefile dependencies","articleBody":"# Bug report\n\n### Bug description:\n\n`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.\n\nUnfortunately, on my Mac I get this commit as the culprit:\n\n```shell\n% git bisect bad\n5f1997896d9c3ecf92e9863177c452b468a6a2c8 is the first bad commit\ncommit 5f1997896d9c3ecf92e9863177c452b468a6a2c8\nAuthor: Sam Gross \u003ccolesbury@gmail.com\u003e\nDate:   Tue Jan 23 13:05:15 2024 -0500\n\n    gh-112984: Fix link error on free-threaded Windows build (GH-114455)\n    \n    The test_peg_generator test tried to link the python313_d.lib library,\n    which failed because the library is now named python313t_d.lib. The\n    underlying problem is that the \"compiler\" attribute was not set when\n    we call get_libraries() from distutils.\n\n Tools/peg_generator/pegen/build.py | 3 +++\n 1 file changed, 3 insertions(+)\n```\nwhile in my Linux environment it says this:\n\n```\n% git bisect bad\nb331381485c1965d1c88b7aee7ae9604aca05758 is the first bad commit\ncommit b331381485c1965d1c88b7aee7ae9604aca05758\nAuthor: Sam Gross \u003ccolesbury@gmail.com\u003e\nDate:   Tue Jan 16 16:42:15 2024 -0500\n\n    gh-112529: Track if debug allocator is used as underlying allocator (#113747)\n    \n    * gh-112529: Track if debug allocator is used as underlying allocator\n    \n    The GC implementation for free-threaded builds will need to accurately\n    detect if the debug allocator is used because it affects the offset of\n    the Python object from the beginning of the memory allocation. The\n    current implementation of `_PyMem_DebugEnabled` only considers if the\n    debug allocator is the outer-most allocator; it doesn't handle the case\n    of \"hooks\" like tracemalloc being used on top of the debug allocator.\n    \n    This change enables more accurate detection of the debug allocator by\n    tracking when debug hooks are enabled.\n    \n    * Simplify _PyMem_DebugEnabled\n\n Include/internal/pycore_pymem.h        |  3 +++\n Include/internal/pycore_pymem_init.h   |  2 ++\n Include/internal/pycore_runtime_init.h |  1 +\n Objects/obmalloc.c                     | 21 +++++++++++++++------\n 4 files changed, 21 insertions(+), 6 deletions(-)\n```\n\n(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.\n\nI 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:\n\n```\n% git bisect good\n441affc9e7f419ef0b68f734505fa2f79fe653c7 is the first bad commit\ncommit 441affc9e7f419ef0b68f734505fa2f79fe653c7\nAuthor: Sam Gross \u003ccolesbury@gmail.com\u003e\nDate:   Tue Jan 23 13:08:23 2024 -0500\n\n    gh-111964: Implement stop-the-world pauses (gh-112471)\n    \n    The `--disable-gil` builds occasionally need to pause all but one thread.  Some\n    examples include:\n    \n    * Cyclic garbage collection, where this is often called a \"stop the world event\"\n    * Before calling `fork()`, to ensure a consistent state for internal data structures\n    * During interpreter shutdown, to ensure that daemon threads aren't accessing Python objects\n    \n    This adds the following functions to implement global and per-interpreter pauses:\n    \n    * `_PyEval_StopTheWorldAll()` and `_PyEval_StartTheWorldAll()` (for the global runtime)\n    * `_PyEval_StopTheWorld()` and `_PyEval_StartTheWorld()` (per-interpreter)\n    \n    (The function names may change.)\n    \n    These functions are no-ops outside of the `--disable-gil` build.\n\n Include/cpython/pystate.h              |   2 +-\n Include/internal/pycore_ceval.h        |   1 +\n Include/internal/pycore_interp.h       |  17 +++\n Include/internal/pycore_llist.h        |   3 +-\n Include/internal/pycore_pystate.h      |  51 +++++--\n Include/internal/pycore_runtime.h      |   7 +\n Include/internal/pycore_runtime_init.h |   3 +\n Include/pymacro.h                      |   3 +\n Python/ceval_gil.c                     |   9 ++\n Python/pystate.c                       | 269 +++++++++++++++++++++++++++++++--\n 10 files changed, 336 insertions(+), 29 deletions(-)\n```\n\n\n### CPython versions tested on:\n\nCPython main branch\n\n### Operating systems tested on:\n\nLinux, macOS\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-114513\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/smontanaro","@type":"Person","name":"smontanaro"},"datePublished":"2024-01-23T22:01:04.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/114505/cpython/issues/114505"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d27dc89a-4c3d-8509-6aaf-67d6bec0873b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC3D6:1CEAED:684D62:8CE171:696AAF2C
html-safe-nonce2ef6527b73c3457e3b6673ddd0438db6ebc19a15c57d6c1e9165fa308390a5c0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDM0Q2OjFDRUFFRDo2ODRENjI6OENFMTcxOjY5NkFBRjJDIiwidmlzaXRvcl9pZCI6IjQ5MzI0MDIzOTUxMDMyNzY4NDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacdded7ba6bd829edc7034f2a5be52bcfaaba37528aa4e6ec2250b18edecaf7e0a
hovercard-subject-tagissue:2097061635
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/114505/issue_layout
twitter:imagehttps://opengraph.githubassets.com/54b558a2bce95dcc52ab50cdc4c30bc7c003b4fea7c245b6523f31e66d58c838/python/cpython/issues/114505
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/54b558a2bce95dcc52ab50cdc4c30bc7c003b4fea7c245b6523f31e66d58c838/python/cpython/issues/114505
og:image:altBug 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...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesmontanaro
hostnamegithub.com
expected-hostnamegithub.com
None4fa1799b6a53c2d30c950d74230781bef9e7f61138c72c7727e4b83f0743752b
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release41f276818bd204c4a30a0281fb3c576298d9474c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/114505#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F114505
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F114505
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/114505
Reloadhttps://github.com/python/cpython/issues/114505
Reloadhttps://github.com/python/cpython/issues/114505
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/114505
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/114505
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/114505
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/114505
#114513https://github.com/python/cpython/pull/114513
test_embed failures after switching configure options due to missing Makefile dependencieshttps://github.com/python/cpython/issues/114505#top
#114513https://github.com/python/cpython/pull/114513
https://github.com/smontanaro
buildThe build process and cross-buildhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22build%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com/smontanaro
https://github.com/smontanaro
smontanarohttps://github.com/smontanaro
on Jan 23, 2024https://github.com/python/cpython/issues/114505#issue-2097061635
@colesburyhttps://github.com/colesbury
gh-114505: Add missing header file dependencies #114513https://github.com/python/cpython/pull/114513
smontanarohttps://github.com/smontanaro
buildThe build process and cross-buildhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22build%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.