Skip to content

test(pprint): accept either layout for the printed future - #42

Merged
skydread1 merged 1 commit into
maint-1.11.xfrom
test/pprint-future-hash-width
Sep 3, 2026
Merged

test(pprint): accept either layout for the printed future#42
skydread1 merged 1 commit into
maint-1.11.xfrom
test/pprint-future-hash-width

Conversation

@skydread1

Copy link
Copy Markdown
Member

Closes #41

  • The future-filled row matches the wrapped and the one-line layout. It required a line break, which pprint only emits while #<Future@ plus the hash plus : 100> reaches the 20-character margin, so a hash under 65536 failed the assertion and with it the net462 release job.

@skydread1 skydread1 self-assigned this Sep 3, 2026
@skydread1
skydread1 merged commit 53ef2c1 into maint-1.11.x Sep 3, 2026
3 checks passed
@skydread1
skydread1 deleted the test/pprint-future-hash-width branch September 3, 2026 05:23
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.

A pprint test's expected wrap depends on the object's hash width, so net462 releases fail at random

1 participant