[pypy-svn] r25929 - pypy/extradoc/sprintinfo/iceland

arigo at codespeak.net arigo at codespeak.net
Tue Apr 18 10:23:38 CEST 2006


Author: arigo
Date: Tue Apr 18 10:23:37 2006
New Revision: 25929

Modified:
   pypy/extradoc/sprintinfo/iceland/pypy-dev-announce.txt
Log:
Updated.  I tried to follow the results of the IRC discussion.


Modified: pypy/extradoc/sprintinfo/iceland/pypy-dev-announce.txt
==============================================================================
--- pypy/extradoc/sprintinfo/iceland/pypy-dev-announce.txt	(original)
+++ pypy/extradoc/sprintinfo/iceland/pypy-dev-announce.txt	Tue Apr 18 10:23:37 2006
@@ -1,22 +1,41 @@
 Hi folks, 
 
-from 21st (arrival) till 28th (departure) May some of the PyPy 
-group are going to meet in Iceland and sprint on the upcoming
-0.9 release of PyPy.  This sprint is kindly hosted and sponsored 
-by EWT and CCPgames and thus we should be able to arrange 
-funding for travels and accomodation.  There are also non-pypy 
-activities going on and people such as Tim Peters and other
-python-dev core developers plan to attend.  If you'd like to 
-help and join PyPy hacking around some vulcanos (actually
-we are meeting in Reykjavik, but well :), please mail Armin 
-or Holger until end this week (friday 21st).  
-
-We intend to give a PyPy tutorial but will otherwise focus on
-release goals, so we may select participants by their 
-interest and ability to help there.  The release targets
-a variety of features (extension module compiler + extension coding, 
-stackless transformations, documentation & testing, many other 
-little topics like work on the CLI backend?) so don't feel 
-easily discouraged :) 
+We're pleased to announce the next PyPy sprint in Iceland from 21st
+(arrival) to 28th (depature) of May 2006.  This sprint is kindly hosted
+and sponsored by EWT and CCPgames and thus we should be able to arrange
+funding for travels and accomodation for interested people.  There are
+also non-PyPy activities going on -- see the full `EWT announcement`_
+and people such as Tim Peters and other python-dev core developers plan
+to attend.  If you'd like to help and join PyPy hacking around some
+geysers (actually we are meeting in Reykjavik, but well :), please mail
+us, preferrably on the `pypy-sprint mailing list`_.  Please at least
+mention that you are interested *until end this week* (friday 21st).
 
-... 
+The sprint goals for PyPy are, as usual, kept open to the interest of
+the participants, especially more so that there will be many non-PyPy
+people at the sprint to talk to.  However, it is also likely that we
+will have to keep some focus on the goals of the upcoming June 0.9
+release:
+
+* The extension module compiler.  The goal is to be able to use a single
+  RPython source code as an extension module for both PyPy and CPython.
+  The means to get there is -- most likely -- by compiling ctypes-based
+  modules into either pypy-c or a CPython dll/so.
+
+* Write some more modules in this style with ctypes.  Sockets come to
+  mind :-)
+
+* Stackless: the big missing feature is pickling running tasklets.
+  There is also some smaller work that needs to be done, like exposing
+  all the existing RPython-level interfaces to app-level
+  (e.g. greenlets).
+
+* Write more documentation.
+
+* Misc topics, depending on interests: back-ends (CLI, Squeak), testing
+  framework, modified semantics (security/sandboxing...), etc.
+
+
+
+.. _`EWT announcement`: http://mail.python.org/pipermail/python-announce-list/2006-April/004849.html
+.. _`pypy-sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint



More information about the Pypy-commit mailing list