diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48671aa7a67cd0..478f8741a15fa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,8 +80,17 @@ jobs: run: | # Build Python with the libpython dynamic library ./configure --with-pydebug --enable-shared + make -j4 + - name: Run regen-all/stdlib/frozen + run: | make -j4 regen-all make regen-stdlib-module-names + make regen-frozen + - name: "Suggest make regen-all changes" + uses: reviewdog/action-suggester@v1.3.0 + if: github.event_name == 'pull_request' + with: + tool_name: autoconf/regen-all - name: Check for changes run: | git add -u diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index b3a5757a8221dd..86d42a3e12afcc 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -2840,7 +2840,7 @@ os.stat path : path_t(allow_fd=True) Path to be examined; can be string, bytes, a path-like object or - open-file-descriptor int. + open-file-descriptor int. test change * diff --git a/configure.ac b/configure.ac index fa5e63cf5c3f98..626ca2492a991e 100644 --- a/configure.ac +++ b/configure.ac @@ -99,6 +99,7 @@ AS_VAR_IF([cross_compiling], [maybe], # pybuilddir.txt will be created by --generate-posix-vars in the Makefile rm -f pybuilddir.txt +echo "test suggestion" dnl cross-compiling needs a freeze_module binary for build platform AC_ARG_WITH(