[pypy-commit] cffi cffi-1.0: Make 'build' the default

arigo noreply at buildbot.pypy.org
Tue May 5 15:09:07 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r1914:f2f2cda10c81
Date: 2015-05-05 15:09 +0200
http://bitbucket.org/cffi/cffi/changeset/f2f2cda10c81/

Log:	Make 'build' the default

diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -482,7 +482,7 @@
         self._recompiler_module_name = module_name
         self._assigned_source = (source, kwds)
 
-    def distutils_extension(self, tmpdir='.'):
+    def distutils_extension(self, tmpdir='build'):
         from distutils.dir_util import mkpath
         from _cffi1 import recompile
         #


More information about the pypy-commit mailing list