Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation#93641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zooba merged 19 commits intopython:mainfromneonene:intree
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
1ae7f87
gh-91985: Ensure in-tree builds override platstdlib_dir in every path…
neoneneJun 9, 2022
0be59f2
test, etc.
neoneneJun 11, 2022
19fb85d
less redundant test
neoneneJun 11, 2022
f336113
Fix test (place a landmark)
neoneneJun 11, 2022
0e75c9c
assert()
neoneneJun 12, 2022
0df156b
add case
neoneneJun 12, 2022
b085759
add platstdlib_dir
neoneneJun 12, 2022
bc861bf
reword
neoneneJun 13, 2022
5cb5e2b
remove test
neoneneJun 13, 2022
3051b55
new test case in test_embed
neoneneJun 13, 2022
4f08be9
reword
neoneneJun 13, 2022
6bb3323
rerun test
neoneneJun 13, 2022
19e1428
apply suggested changes
neoneneJun 14, 2022
1919590
move stdlib upper
neoneneJun 14, 2022
8b15917
comment, etc.
neoneneJun 15, 2022
bf5bc28
less lines
neoneneJun 15, 2022
39c851c
putenv()
neoneneJun 15, 2022
500cb81
move comment upper
neoneneJun 15, 2022
7636f73
a comment
neoneneJun 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
assert()
  • Loading branch information
@neonene
neonene committedJun 12, 2022
commit0e75c9cd99192414b398e4a1780cd1cff05c472a
2 changes: 1 addition & 1 deletionLib/test/test_getpath.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -265,7 +265,7 @@ def update_pathconfig(config, attr):
read_pathconfig(ns['config'], '_is_python_build')
expected = dict(
_is_python_build=ns['config']['_is_python_build'],
build_prefix=None, # landmarks must not be checked
build_prefix=None, # landmarks must not be checked for
)
actual = getpath(ns, expected)
self.assertEqual(actual, expected)
Expand Down
1 change: 1 addition & 0 deletionsPython/pathconfig.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -103,6 +103,7 @@ _PyPathConfig_ReadGlobal(PyConfig *config)

#define COPY_INT(ATTR) \
do { \
assert(_Py_path_config.ATTR >= 0); \
if ((_Py_path_config.ATTR >= 0) && (config->ATTR <= 0)) { \
config->ATTR = _Py_path_config.ATTR; \
} \
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp