◐ Shell
clean mode source ↗

bpo-40066: [Enum] fix doc and unit tests by ethanfurman · Pull Request #30643 · python/cpython

- skip doctest that changes depending on target system
- substitute in values that change depending on target system

vstinner

Choose a reason for hiding this comment

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

LGTM. Maybe @kulikjak wants to test it on Solaris before it's merged?

kulikjak

Choose a reason for hiding this comment

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

Thanks, I quickly tested those and now it works as expected.

@vstinner

@kulikjak: I quickly tested those and now it works as expected.

Cool, thanks for testing!

@ethanfurman

Thanks everyone for your help.