[pypy-commit] extradoc extradoc: Add the beginning of an abstract

rguillebert noreply at buildbot.pypy.org
Mon Sep 8 20:54:14 CEST 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: extradoc
Changeset: r5392:b4c2529c96c0
Date: 2014-09-08 20:54 +0200
http://bitbucket.org/pypy/extradoc/changeset/b4c2529c96c0/

Log:	Add the beginning of an abstract

diff --git a/talk/pycon2015/status/abstract.rst b/talk/pycon2015/status/abstract.rst
--- a/talk/pycon2015/status/abstract.rst
+++ b/talk/pycon2015/status/abstract.rst
@@ -12,3 +12,17 @@
 Abstract
 --------
 
+This talk will cover what has happened in the PyPy world during the last 2
+years :
+
+- Progress in Python 3 support and Numpy support
+
+- Performance improvements
+
+- An attempt to remove the GIL using Software Transactional Memory
+
+- CFFI : The best way to interface with C code on PyPy
+
+- Status of the crowdfunding
+
+- ARM


More information about the pypy-commit mailing list