[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2011-01-26 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Since the whole Mac directory got gutted in the switch over to Python 3, macostools is now gone, making this out of date. -- resolution: - out of date status: languishing - closed ___ Python tracker

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2010-10-20 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: Removed file: http://bugs.python.org/file13487/issue763708.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763708 ___

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2010-10-20 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I've attached a new patch that works for me. The new patch doesn't try to warn when running the configure script, but bails out when you run make by using an '#error' in pymacconfig.h. (Removing 2.6 because that's in security-fix-only

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2010-06-27 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: This still is a problem, the Carbon wrappers assume that Py_UNICODE has the same representation as the Unicode type in Carbon and that is a 16-bit type. -- ___ Python tracker

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2010-06-26 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Is this still a problem? None of the buildbot are reporting failures in test_macostools. -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763708

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2010-06-26 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- status: open - languishing ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763708 ___ ___

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2010-06-26 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +janssen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763708 ___ ___ Python-bugs-list

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: The attached file issue763708.patch changes configure.in and disables the toolbox glue when doing a UCS4 build. To get this behaviour I had to move a couple of sections around inside configure.in (--enable-toolbox-glue was checked for

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-30 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Patch looks fine to me. -- assignee: jackjansen - ronaldoussoren resolution: later - stage: test needed - patch review type: behavior - compile error ___ Python tracker rep...@bugs.python.org

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I'm not yet sure that patch is correct, I got some build failure during later tests that went away when I reverted this patch. To be continued... -- ___ Python tracker rep...@bugs.python.org

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-04 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: IMHO fixing this is not worth the trouble, we should just document that the Carbon extensions aren't supported in a UCS4 build (or even explictly detect a UCS4 build in setup.py and not compile the Carbon extensions). -- nosy:

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-04 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: The code solution is probably the most useful since people are more likely to just compile Python without reading some text file that will mention UCS4 builds will not create the Carbon extensions. ___ Python

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Happy new year :) -- components: +Unicode nosy: +ajaksu2 stage: - test needed type: - behavior versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763708