Uh oh!
There was an error while loading. Please reload this page.
gh-91338: Ensure test_ucnhash_capi_reset doesn't pass PYTHONHOME to _testembed.exe - #32313
gh-91338: Ensure test_ucnhash_capi_reset doesn't pass PYTHONHOME to _testembed.exe#32313neonene wants to merge 3 commits into
Conversation
tiran
commented
Apr 4, 2022
Looks good to me! |
neonene
commented
Apr 23, 2022
@zooba, could you take a look at this? |
zooba
commented
Apr 25, 2022
We have a few other tests that use the same function. I'd assume we either need to update all of them (because they're all "wrong", even if they're not triggering it yet), or make sure that the values aren't regenerated differently. Do we know the root cause of the changed value? |
neonene
commented
Apr 26, 2022
Holding the value of |
I'll close this and open an issue, considering that the current behavior, which I think is practical, may be unintentional. |
A minor tweak for Windows.
_test_embed.exefails to import*.pydmodules when the initialization is repeated withPYTHONHOMEfrompython.bat.sys.pathat Loop#1 has the build directory, which is replaced withf"{PYTHONHOME}/DLLs"at the next loop. The behavior looks realistically designed.GitHub CI machines doesn't show the error, using
rt.batwherePYTHONHOMEis not set.https://bugs.python.org/issue47182