To: vim_dev@googlegroups.com Subject: Patch 8.0.1635 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1635 Problem: Undefining _POSIX_THREADS causes problems with Python 3. (Micah Bucy, closes #2748) Solution: Remove the lines. Files: src/if_python3.c *** ../vim-8.0.1634/src/if_python3.c 2018-01-31 21:48:25.224668815 +0100 --- src/if_python3.c 2018-03-18 14:55:45.279603601 +0100 *************** *** 34,44 **** #include - /* Python.h defines _POSIX_THREADS itself (if needed) */ - #ifdef _POSIX_THREADS - # undef _POSIX_THREADS - #endif - #if defined(_WIN32) && defined(HAVE_FCNTL_H) # undef HAVE_FCNTL_H #endif --- 34,39 ---- *** ../vim-8.0.1634/src/version.c 2018-03-24 14:01:52.319933545 +0100 --- src/version.c 2018-03-24 14:05:21.890756000 +0100 *************** *** 768,769 **** --- 768,771 ---- { /* Add new patch number below this line */ + /**/ + 1635, /**/ -- The real trick is this: to keep the lines as short as possible and keep the size the same yet free from the need for hyphena- Dammit!! (Matthew Winn) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///