Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 2, 2023
1 parent 3f9da50 commit 57e82c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Modules/clinic/posixmodule.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -14336,14 +14336,14 @@ os_get_terminal_size_impl(PyObject *module, int fd)
#endif /* defined(TERMSIZE_USE_CONIO) || defined(TERMSIZE_USE_IOCTL) */

/*[clinic input]
os._is_cpu_count_overridden() -> bool
os._get_cpu_count_config
Private function to get PyConfig.cpu_count is overridden or not
[clinic start generated code]*/

static PyObject *
os__get_cpu_count_config_impl(PyObject *module)
/*[clinic end generated code: output=3b0ba7e445c9c6b2 input=c52e5bc863732c21]*/
/*[clinic end generated code: output=3b0ba7e445c9c6b2 input=312c6ed9a71c441c]*/
{
const PyConfig *config = _Py_GetConfig();
if (config->cpu_count > 0) {
Expand Down

0 comments on commit 57e82c5

Please sign in to comment.