[Python-checkins] r72615 - in python/branches/release30-maint: Lib/distutils/tests/test_build_ext.py

tarek.ziade python-checkins at python.org
Thu May 14 00:22:55 CEST 2009


Author: tarek.ziade
Date: Thu May 14 00:22:55 2009
New Revision: 72615
Log:
Merged revisions 72614 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
 r72614 | tarek.ziade | 2009年05月14日 00:20:49 +0200 (2009年5月14日) | 13 lines
 
 Merged revisions 72610,72612 via svnmerge from 
 svn+ssh://pythondev@svn.python.org/python/trunk
 
 ........
 r72610 | tarek.ziade | 2009年05月13日 23:30:06 +0200 (2009年5月13日) | 1 line
 
 added an inifoo in the C file, to avoid a warning by the MSVC9 linker
 ........
 r72612 | tarek.ziade | 2009年05月14日 00:16:03 +0200 (2009年5月14日) | 1 line
 
 adding void to the c function
 ........
................
Modified:
 python/branches/release30-maint/ (props changed)
 python/branches/release30-maint/Lib/distutils/tests/test_build_ext.py
Modified: python/branches/release30-maint/Lib/distutils/tests/test_build_ext.py
==============================================================================
--- python/branches/release30-maint/Lib/distutils/tests/test_build_ext.py	(original)
+++ python/branches/release30-maint/Lib/distutils/tests/test_build_ext.py	Thu May 14 00:22:55 2009
@@ -234,7 +234,7 @@
 def test_get_outputs(self):
 tmp_dir = self.mkdtemp()
 c_file = os.path.join(tmp_dir, 'foo.c')
- self.write_file(c_file, '')
+ self.write_file(c_file, 'void initfoo(void) {};\n')
 ext = Extension('foo', [c_file])
 dist = Distribution({'name': 'xx',
 'ext_modules': [ext]})


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /