]> granicus.if.org Git - python/commit
bpo-38234: Fix test_embed pathconfig tests (GH-16390)
authorVictor Stinner <vstinner@redhat.com>
Wed, 25 Sep 2019 14:30:36 +0000 (16:30 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 14:30:36 +0000 (16:30 +0200)
commit00508a7407d7d300b487532e2271534b20e378a7
tree85b12c1363cc016ad17c13c0a81c309d5b2c21fe
parentc64a1a61e6fc542cada40eb069a239317e1af36e
bpo-38234: Fix test_embed pathconfig tests (GH-16390)

bpo-38234: On macOS and FreeBSD, the temporary directory can be
symbolic link. For example, /tmp can be a symbolic link to /var/tmp.
Call realpath() to resolve all symbolic links.
Lib/test/test_embed.py