Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0a3ebf

Browse files
committed
Address code review
1 parent 2ac6901 commit f0a3ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/initconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,7 @@ config_init_cpu_count(PyConfig *config)
17001700
config->cpu_count = cpu_count;
17011701
}
17021702
}
1703+
17031704
const wchar_t *xoption = config_get_xoption(config, L"cpu_count");
17041705
if (xoption) {
17051706
int cpu_count = -1;

0 commit comments

Comments
 (0)