◐ Shell
clean mode source ↗

gh-94808: Fix regex on exotic platforms by JelleZijlstra · Pull Request #98036 · python/cpython

The test failed on a buildbot because the pointer was only 7 hex characters. To be safe,
I bumped it down to 3: 4 in case we have 32-bit platforms, and 3 in case the pointer is very small.

kumaraditya303

sobolevn

@JelleZijlstra

carljm added a commit to carljm/cpython that referenced this pull request

Oct 8, 2022

carljm added a commit to carljm/cpython that referenced this pull request

Oct 9, 2022

mpage pushed a commit to mpage/cpython that referenced this pull request

Oct 11, 2022
The test failed on a buildbot because the pointer was only 7 hex characters. To be safe,
I bumped it down to 3: 4 in case we have 32-bit platforms, and 3 in case the pointer is very small.