-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for Python 3.10 Based on python-cmake-buildsystem/python-cmake-buildsystem#345 * Add limited Python 3.11 support * add 3.11.7 * test 3.11 * modify sources for 3.11 * fix cache.c * install new tcl-tk * newer macos * skip tkinter on macos * fix condition * allow verbose CI builds * back to macos-latest * syntax * control tkinter outside * tweak gha expression * add verbose make * adjust ndbm detection * add HAVE_NETDB_H * use c11 * update indentation * freeze getpath * change getpath.h path * remove unmatched condition * make cmake_debug_postfix optional * skip tk in ci * set python3 exe * Revert "remove unmatched condition" This reverts commit 06dfd6a. * add missing endif * restore missing freeze command invocation * build getpath for 3.11 * Revert "build getpath for 3.11" This reverts commit 58100e1. * use proper getpath * Revert "use proper getpath" This reverts commit 2e054df. * add back 3.11 test * Revert "Revert "use proper getpath"" This reverts commit 226a146. * set expected c standard * should autodetect c standard * Revert "Revert "Revert "use proper getpath""" This reverts commit 5967772. * add dl_nt.c to _freeze_importlib for windows * add config.c to _freeze_importlib win32 * set fail-fast * search for system python3 automatically * add PYTHONPATH to getpath.c * Revert "add config.c to _freeze_importlib win32" This reverts commit 51aadd8. * Revert "add dl_nt.c to _freeze_importlib for windows" This reverts commit 31e1c2b. * PYTHONPATH fixes * roll forward patches * explicitly add lib directory to PYTHONPATH * add MS_DLL_ID and patch config_minimal on PC * fix VPATH * explicitly point PYTHONPATH to stdlib * add default abiflags * add check for pipe syscall * fix missing macro in _msi.c * add check for umask syscall * add missing syscall checks * update PYTHONPATH for windows * use proper delimiter * escape semicolon * Drop list for now * add getsockname * add more missing syscalls * add test patch * test * test * test * check for socket func * add HAVE_ACCEPT * remove test patch * print value for NDBM_USE * add missing stub function to getpath_noop * run tests with verbose * add chmod * add gethostbyaddr * refactor sqlite3 sources * fix extension list * install certifi in test * add test timeout --------- Co-authored-by: Minmin Gong <[email protected]>
- Loading branch information
1 parent
c9c4318
commit df01f03
Showing
15 changed files
with
819 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.