commit | 00508a7407d7d300b487532e2271534b20e378a7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Sep 25 16:30:36 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 25 16:30:36 2019 +0200 |
tree | 85b12c1363cc016ad17c13c0a81c309d5b2c21fe | |
parent | c64a1a61e6fc542cada40eb069a239317e1af36e [diff] |
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.