diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-27 08:59:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 08:59:02 (GMT) |
commit | 242316860480fd33eb2a0afeb1154b64c46aa155 (patch) | |
tree | 5acce130d3cf7127f0d2ff660c6661111eace524 /Python/traceback.c | |
parent | d951aaea9762d86b560aaeb335e6ffac68238868 (diff) | |
download | cpython-242316860480fd33eb2a0afeb1154b64c46aa155.zip cpython-242316860480fd33eb2a0afeb1154b64c46aa155.tar.gz cpython-242316860480fd33eb2a0afeb1154b64c46aa155.tar.bz2 |
[3.11] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109951)
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Fix copy_source_tree() function of test_tools.test_freeze:
* Don't copy SRC_DIR/build/ anymore. This directory is modified by
other tests running in parallel.
* Add test.support.copy_python_src_ignore().
* Use sysconfig to get the source directory.
* Use sysconfig.get_config_var() to get CONFIG_ARGS variable.
(cherry picked from commit 1512d6c6ee2a770afb339bbb74c1b990116f7f89)
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions