Skip to content

[3.12] gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (GH-109573) - #109578

Merged
pablogsal merged 1 commit into
python:3.12from
miss-islington:backport-0a31ff0-3.12
Oct 2, 2023
Merged

[3.12] gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (GH-109573)#109578
pablogsal merged 1 commit into
python:3.12from
miss-islington:backport-0a31ff0-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Sep 19, 2023

Copy link
Copy Markdown
Contributor

Skip test_decref_freed_object() of test_capi.test_misc if Python is
built with ASAN, MSAN or UBSAN sanitizers.
(cherry picked from commit 0a31ff0)

Co-authored-by: Victor Stinner vstinner@python.org

…ythonGH-109573)
Skip test_decref_freed_object() of test_capi.test_misc if Python is
built with ASAN, MSAN or UBSAN sanitizers.
(cherry picked from commit 0a31ff0)
Co-authored-by: Victor Stinner <vstinner@python.org>

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, good bot.

@pablogsal
pablogsal merged commit 62d9ae4 into python:3.12Oct 2, 2023
@miss-islington
miss-islington deleted the backport-0a31ff0-3.12 branch October 2, 2023 14:09
@pablogsal

Copy link
Copy Markdown
Member

@vstinner Now approving doesn't autoland, you need to check the "Auto Land" button

@zooba

zooba commented Oct 2, 2023

Copy link
Copy Markdown
Member

@pablogsal FYI, auto-merge buttons don't appear for us plebs when the branch is locked.

@vstinner

Copy link
Copy Markdown
Member

@vstinner Now approving doesn't autoland, you need to check the "Auto Land" button

I approved my own backports to give some trust to the person who is going to merge it manually, since the 3.12 branch was blocked for a few days, and backports were done manually.

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

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@pablogsal@zooba@vstinner