commit | fee511c1d39ecd155e27545cf70aeaa99d31b215 | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Mon Jun 27 13:59:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 13:59:00 2022 +0100 |
tree | 55af7607448423902d5dd89ad0d478c82eb95504 | |
parent | 1ae8c262df7083dfb4b41485508951c50eccc84c [diff] [blame] |
patch 8.2.5168: cannot build with Python 3.11 Problem: Cannot build with Python 3.11. Solution: Adjust define for _PyObject_TypeCheck. (Zdenek Dohnal, closes #10627)
diff --git a/src/version.c b/src/version.c index d9dba16..5ac1cb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5168, +/**/ 5167, /**/ 5166,