python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Thomas Heller Thu Jul 12 18:06:22 2007
Christian Heimes schrieb: > > By the way the ctypes unit tests are causing a segfault on my machine: > test_ctypes > Warning: could not import ctypes.test.test_numbers: unpack requires a > string argument of length 1 > Segmentation fault > > Ubunutu 7.04 on i386 machine with an Intel P3. I can reproduce this. ctypes.test.test_numbers is easy to fix, but there are other severe problems with ctypes. I would love to look into these, but I prefer debugging on Windows. However, the windows build does not work because the _fileio builtin module is missing from config.c. Again, this is not so easy to fix, because the ftruncate function does not exist on Windows. Thomas _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Guido van Rossum
- Re: [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Christian Heimes
- Re: [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Thomas Heller <=
- Re: [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Guido van Rossum
- Message not available
- Re: [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Steve Holden
Re: [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni Chris McDonough