Skip to content

gh-115773: Add tests to exercise the _Py_DebugOffsets structure - #115774

Merged
pablogsal merged 8 commits into
python:mainfrom
pablogsal:external_inspection
Feb 28, 2024
Merged

gh-115773: Add tests to exercise the _Py_DebugOffsets structure#115774
pablogsal merged 8 commits into
python:mainfrom
pablogsal:external_inspection

Conversation

@pablogsal

@pablogsalpablogsal commented Feb 21, 2024

Copy link
Copy Markdown
Member

@pablogsalpablogsal changed the title bpo-115773: Add tests to exercise the _Py_DebugOffsets structuregh-115773: Add tests to exercise the _Py_DebugOffsets structureFeb 21, 2024
@pablogsal
pablogsalforce-pushed the external_inspection branch 3 times, most recently from 7e477c9 to 3583be6CompareFebruary 21, 2024 17:18
@pablogsal
pablogsal requested a review from ambvFebruary 21, 2024 17:19
@pablogsal
pablogsalforce-pushed the external_inspection branch 4 times, most recently from 4ced7ae to 53d4d57CompareFebruary 21, 2024 20:12
Comment threadModules/_testexternalinspection.c Outdated
@pablogsal
pablogsal marked this pull request as draft February 21, 2024 20:15
Comment threadModules/_testexternalinspection.c
@pablogsal
pablogsalforce-pushed the external_inspection branch 2 times, most recently from fdb96bf to 0de2132CompareFebruary 21, 2024 22:06
@pablogsal
pablogsal marked this pull request as ready for review February 21, 2024 23:28
Comment threadModules/_testexternalinspection.c Outdated
@pablogsalpablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 22, 2024
@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 22, 2024
@pablogsalpablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 22, 2024
@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 22, 2024
@pablogsalpablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 22, 2024
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @pablogsal for commit a4ebf4e 🤖

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 23, 2024
@pablogsal

Copy link
Copy Markdown
MemberAuthor

@erlend-aasland can you take a look? I think I have addressed all of the weird 32 bit failures

@erlend-aasland

erlend-aasland commented Feb 23, 2024

Copy link
Copy Markdown
Contributor

I'll take a look tonight by sunday!

Comment threadModules/_testexternalinspection.c Outdated
Comment threadModules/_testexternalinspection.c Outdated
Comment threadInclude/internal/pycore_runtime.h
Comment threadModules/_testexternalinspection.c Outdated
Comment threadModules/_testexternalinspection.c Outdated
Comment threadModules/_testexternalinspection.c
Comment threadModules/_testexternalinspection.c Outdated
Comment threadModules/_testexternalinspection.c
Comment threadModules/_testexternalinspection.c Outdated
Comment threadModules/_testexternalinspection.c Outdated
Comment threadModules/_testexternalinspection.c Outdated
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Comment threadModules/_testexternalinspection.c Outdated

@erlend-aaslanderlend-aasland left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@pablogsalpablogsal added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 27, 2024
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 55bf6ac 🤖

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 27, 2024
@pablogsal
pablogsal merged commit 1752b51 into python:mainFeb 28, 2024
@pablogsal
pablogsal deleted the external_inspection branch February 28, 2024 10:17
@gvanrossum

Copy link
Copy Markdown
Member

Did this break some JIT builds? See #116062 (comment)

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pablogsal@bedevere-bot@erlend-aasland@gvanrossum@ronaldoussoren