[issue8531] test_ascii_formatd fails if ctypes module is missing

2010-04-25 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

This issue is specific to Python 3.1: test_ascii_formatd starts with 
PyOS_ascii_formatd is deprecated and not called from anywhere in Python 
itself. So this module is the only place it gets tested. Test that it works, 
and test that it's deprecated.

I prefer to fix the test than the buildbot because _ctypes compilation may fail 
on different CPU/OS, ctypes should not be mandatory.

Fixed by r80495.

--
status: open - closed
title: libffi: selected processor does not support stfeqd/ldfd (ARMv7Thumb) - 
test_ascii_formatd fails if ctypes module is missing

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8531
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8531] test_ascii_formatd fails if ctypes module is missing

2010-04-25 Thread Matthias Klose

Matthias Klose d...@debian.org added the comment:

libffi 3.0.9 is installed. the buildbot master needs to pass 
--with-system-libffi to configure.

--
nosy: +doko

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8531
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8531] test_ascii_formatd fails if ctypes module is missing

2010-04-25 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

 libffi 3.0.9 is installed. the buildbot master needs to pass 
 --with-system-libffi to configure.

I fixed this issue by fixing my initial problem: test_ascii_formatd failure. 
Would you like to contact buildbot master owner to change the configuration? 
(are you the owner?) I don't want to work on this anymore.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8531
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com