home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.162
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.162
- Problem: Python interface: Didn't initialize threads properly.
- Solution: Call PyEval_InitThreads() when starting up.
- Files: src/if_python.c
-
-
- *** ../vim61.161/src/if_python.c Fri Jun 28 19:11:52 2002
- --- src/if_python.c Sat Aug 3 15:58:49 2002
- ***************
- *** 399,404 ****
- --- 399,406 ----
- #else
- PyMac_Initialize();
- #endif
- + /* initialise threads */
- + PyEval_InitThreads();
-
- #ifdef DYNAMIC_PYTHON
- get_exceptions();
- *** ../vim61.161/src/version.c Thu Aug 22 20:34:03 2002
- --- src/version.c Thu Aug 22 20:44:03 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 162,
- /**/
-
- --
- MAN: You don't frighten us, English pig-dog! Go and boil your bottoms,
- son of a silly person. I blow my nose on you, so-called Arthur-king,
- you and your silly English K...kaniggets.
- He puts hands to his ears and blows a raspberry.
- "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///
-