commit | efc0d94afc48a03b07955e91315e7e67945cd079 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 18:05:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 18:05:02 2020 +0200 |
tree | 75e42d881bc5f83429372139eb0cb5f8d554fb59 | |
parent | 204ade6bcb85f48f56e52e040d1ebf40548d92be [diff] [blame] |
patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9 Problem: PyEval_InitThreads() is deprecated in Python 3.9. Solution: Do not call PyEval_InitThreads in Python 3.9 and later. (Ken Takata, closes #7113) Avoid warnings for functions.
diff --git a/src/version.c b/src/version.c index 4361345..ced1ef7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1834, +/**/ 1833, /**/ 1832,