Skip to content

Increase the heap size limit to 27_500 in test_incremental_gc_handles_fast_cycle_creation - #133561

Closed
AA-Turner wants to merge 1 commit into
python:mainfrom
AA-Turner:gc-limit
Closed

Increase the heap size limit to 27_500 in test_incremental_gc_handles_fast_cycle_creation#133561
AA-Turner wants to merge 1 commit into
python:mainfrom
AA-Turner:gc-limit

Conversation

@AA-Turner

Copy link
Copy Markdown
Member

This makes the test pass locally for me. Also remove the unused locals count and CORRECTION.

The limit was last raised in #127110, from 25,000 to 27,000.

A

@bedevere-appbedevere-appBot added the tests Tests in the Lib/test dir label May 7, 2025
@AA-Turner

Copy link
Copy Markdown
MemberAuthor

Cherry-picked this into #133556 to test the sequential run.

@AA-Turner
AA-Turner requested a review from hugovkMay 7, 2025 08:44
@AA-Turner

Copy link
Copy Markdown
MemberAuthor

#133533 likely a better alternative.

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

Labels

skip issueskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@AA-Turner