<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/if_python3.c, branch v8.2.1882</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9</title>
<updated>2020-10-11T16:05:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-11T16:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=efc0d94afc48a03b07955e91315e7e67945cd079'/>
<id>efc0d94afc48a03b07955e91315e7e67945cd079</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1830: MS-Windows: Python3 issue with stdin</title>
<updated>2020-10-10T21:26:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-10T21:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c6ed254d9fda0ff54cdedce5597ff3e0d0218d18'/>
<id>c6ed254d9fda0ff54cdedce5597ff3e0d0218d18</id>
<content type='text'>
Problem:    MS-Windows: Python3 issue with stdin.
Solution:   Check if stdin is readable. (Ken Takata, closes #7106)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: Python3 issue with stdin.
Solution:   Check if stdin is readable. (Ken Takata, closes #7106)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1806: MS-Windows with Python: Vim freezes after import command</title>
<updated>2020-10-06T17:59:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-06T17:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=253b16a4abdad1df350b9ddd9a709520b063934c'/>
<id>253b16a4abdad1df350b9ddd9a709520b063934c</id>
<content type='text'>
Problem:    MS-Windows with Python: Vim freezes after import command.
Solution:   Use either "NUL" or "CONIN$" when reopening stdin. (Yasuhiro
            Matsumoto, closes #7083)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows with Python: Vim freezes after import command.
Solution:   Use either "NUL" or "CONIN$" when reopening stdin. (Yasuhiro
            Matsumoto, closes #7083)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1790: MS-Windows with Python: crash when executed from Vifm</title>
<updated>2020-10-03T11:57:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-03T11:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=794771cfd83af2a0d1926bed301e784447e7290b'/>
<id>794771cfd83af2a0d1926bed301e784447e7290b</id>
<content type='text'>
Problem:    MS-Windows with Python: crash when executed from Vifm.
Solution:   Use NUL instead of CONIN. (Ken Takata, closes #7061, closes #7053)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows with Python: crash when executed from Vifm.
Solution:   Use NUL instead of CONIN. (Ken Takata, closes #7061, closes #7053)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirected</title>
<updated>2020-08-06T19:47:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-06T19:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=56b8dc331dc7f499c8221ed7d1c7795ad5e3bdeb'/>
<id>56b8dc331dc7f499c8221ed7d1c7795ad5e3bdeb</id>
<content type='text'>
Problem:    MS-Windows: crash with Python 3.5 when stdin is redirected.
Solution:   Reconnect stdin. (Yasuhiro Matsumoto, Ken Takata, closes #6641)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: crash with Python 3.5 when stdin is redirected.
Solution:   Reconnect stdin. (Yasuhiro Matsumoto, Ken Takata, closes #6641)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1225: linker errors when building with dynamic Python 3.9</title>
<updated>2020-07-16T20:15:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-16T20:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ee1b93169d21896e5401a54a5189c9465abb7bc9'/>
<id>ee1b93169d21896e5401a54a5189c9465abb7bc9</id>
<content type='text'>
Problem:    Linker errors when building with dynamic Python 3.9.
Solution:   Add #defined items. (closes #6461)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Linker errors when building with dynamic Python 3.9.
Solution:   Add #defined items. (closes #6461)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1146: not enough testing for Python</title>
<updated>2020-07-06T19:03:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-06T19:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ab5894638413748fcedfe28691e6c27893924520'/>
<id>ab5894638413748fcedfe28691e6c27893924520</id>
<content type='text'>
Problem:    Not enough testing for Python.
Solution:   Add more tests.  Fix uncovered problems. (Yegappan Lakshmanan,
            closes #6392)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough testing for Python.
Solution:   Add more tests.  Fix uncovered problems. (Yegappan Lakshmanan,
            closes #6392)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0479: unloading shared libraries on exit has no purpose</title>
<updated>2020-03-29T18:51:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-03-29T18:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2027973b5be693577bea0731b50ea4904d19ea8b'/>
<id>2027973b5be693577bea0731b50ea4904d19ea8b</id>
<content type='text'>
Problem:    Unloading shared libraries on exit has no purpose.
Solution:   Do not unload shared libraries on exit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unloading shared libraries on exit has no purpose.
Solution:   Do not unload shared libraries on exit.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0354: Python 3.9 does not define _Py_DEC_REFTOTAL</title>
<updated>2020-03-04T21:06:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-03-04T21:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a65bb53514a1af1ec0dc5c4831dfaef69f139a48'/>
<id>a65bb53514a1af1ec0dc5c4831dfaef69f139a48</id>
<content type='text'>
Problem:    Python 3.9 does not define _Py_DEC_REFTOTAL. (Zdenek Dohnal)
Solution:   Remove it, it was only for debugging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python 3.9 does not define _Py_DEC_REFTOTAL. (Zdenek Dohnal)
Solution:   Remove it, it was only for debugging.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0319: file missing in distribution, comments outdated</title>
<updated>2020-02-26T12:43:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-02-26T12:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d672dde584effd55702ee15efec4cb2a8c77bf85'/>
<id>d672dde584effd55702ee15efec4cb2a8c77bf85</id>
<content type='text'>
Problem:    File missing in distribution, comments outdated.
Solution:   Correct path of README file.  Update comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    File missing in distribution, comments outdated.
Solution:   Correct path of README file.  Update comments.
</pre>
</div>
</content>
</entry>
</feed>
