home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.1.162 < prev    next >
Encoding:
Internet Message Format  |  2002-11-04  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.162
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.1.162
  11. Problem:    Python interface: Didn't initialize threads properly.
  12. Solution:   Call PyEval_InitThreads() when starting up.
  13. Files:        src/if_python.c
  14.  
  15.  
  16. *** ../vim61.161/src/if_python.c    Fri Jun 28 19:11:52 2002
  17. --- src/if_python.c    Sat Aug  3 15:58:49 2002
  18. ***************
  19. *** 399,404 ****
  20. --- 399,406 ----
  21.   #else
  22.       PyMac_Initialize();
  23.   #endif
  24. +     /* initialise threads */
  25. +     PyEval_InitThreads();
  26.   
  27.   #ifdef DYNAMIC_PYTHON
  28.       get_exceptions();
  29. *** ../vim61.161/src/version.c    Thu Aug 22 20:34:03 2002
  30. --- src/version.c    Thu Aug 22 20:44:03 2002
  31. ***************
  32. *** 608,609 ****
  33. --- 608,611 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     162,
  37.   /**/
  38.  
  39. -- 
  40. MAN:     You don't frighten us, English pig-dog!  Go and boil your bottoms,
  41.          son of a silly person.  I blow my nose on you, so-called Arthur-king,
  42.          you and your silly English K...kaniggets.
  43.    He puts hands to his ears and blows a raspberry.
  44.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  45.  
  46.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  47. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  48. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  49.  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///
  50.