8000 gh-115124: Use _PyObject_ASSERT() in gc.c by vstinner · Pull Request #115125 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-115124: Use _PyObject_ASSERT() in gc.c #115125

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

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Feb 7, 2024

Replace assert() with _PyObject_ASSERT() in gc.c to dump the object when an assertion fails.

@vstinner
Copy link
Member Author
vstinner commented Feb 7, 2024

!buildbot Windows11 Bigmem

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 468de57 🤖

The command will test the builders whose names match following regular expression: Windows11 Bigmem

The builders matched are:

  • AMD64 Windows11 Bigmem PR

@vstinner
Copy link
Member Author
vstinner commented Feb 7, 2024

cc @pablogsal @DinoV @markshannon

@vstinner
Copy link
Member Author
vstinner commented Feb 7, 2024

AMD64 Windows11 Bigmem PR job: https://buildbot.python.org/all/#/builders/1088/builds/308

@vstinner vstinner force-pushed the gc_assert branch 2 times, most recently from 2b625c7 to 3f8a768 Compare February 12, 2024 15:56
@vstinner
Copy link
Member Author

@pablogsal: I rebased my PR. Would you mind to review the change?

@vstinner
Copy link
Member Author

@colesbury @nascheme: Would you mind to review this change?