Skip to content

Conversation

@mgorny
Copy link
Contributor

@mgorny mgorny commented Jul 31, 2025

When GREENLET_SKIP_LEAKCHECKS is used, we do not want to check for leaks, and therefore it makes no sense to run tests explicitly checking for leaks. Since the conditional is also true for MANYLINUX builds, remove the redundant condition.

When `GREENLET_SKIP_LEAKCHECKS` is used, we do not want to check for
leaks, and therefore it makes no sense to run tests explicitly checking
for leaks.  Since the conditional is also true for MANYLINUX builds,
remove the redundant condition.
@mgorny
Copy link
Contributor Author

mgorny commented Jul 31, 2025

For the record, I'm not 100% sure if I understand the purpose of test_leakcheck correctly.

gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jul 31, 2025
Skip checking for leaks and running leak checks in the ebuild.
They are slow, technically fragile and only really reliable for upstream
testing.  And they crash on JIT builds.

Bug: python-greenlet/greenlet#455
Pull-Request: python-greenlet/greenlet#461
Signed-off-by: Michał Górny <mgorny@gentoo.org>
@jamadden jamadden closed this in 68af251 Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant