diff options
author | Robert Collins <rbtcollins@hp.com> | 2014-11-05 03:43:36 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2014-11-05 03:43:36 +1300 |
commit | 2dfa193e4a0e1a5910d6d822004adcee30c77931 (patch) | |
tree | 87ac477c0069e76bbe793b5acb22ee6be1b54540 /Python/pythonrun.c | |
parent | 05284b4d4c6b50df1a889a26a24c847707d20804 (diff) | |
download | cpython-2dfa193e4a0e1a5910d6d822004adcee30c77931.tar.gz |
Fix regression in issue 22457 fix.
When used in the real world it can under some situations trigger
" assert not _relpath.startswith('..'), "Path must be within the project"
AssertionError: Path must be within the project
"
Because _get_name_from_path was not expecting to be called with the top level
directory.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions