[Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
Paul Moore
p.f.moore at gmail.com
Tue May 29 19:45:38 CEST 2012
On 29 May 2012 17:55, Victor Stinner <victor.stinner at gmail.com> wrote:
> 2012/5/29 Nadeem Vawda <nadeem.vawda at gmail.com>:
>> Since this changeset, building on Windows seems to be broken (see
>> http://python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/450
>> for example).
>
> The following changesets should fix the two errors, but not warnings.
>
> changeset: 77231:df0144f68d76
> tag: tip
> user: Victor Stinner <victor.stinner at gmail.com>
> date: Tue May 29 18:53:56 2012 +0200
> files: Objects/unicodeobject.c
> description:
> Issue #14744: Fix compilation on Windows (part 2)
>
>
> changeset: 77230:6abab1a103a6
> user: Victor Stinner <victor.stinner at gmail.com>
> date: Tue May 29 18:51:10 2012 +0200
> files: Objects/longobject.c
> description:
> Issue #14744: Fix compilation on Windows
Build worked, there are still a couple of test failures, but they are
in test_venv and test_logging.
http://www.python.org/dev/buildbot/builders/x86%20XP-5%203.x/builds/456/steps/test/logs/stdio
Paul
More information about the Python-Dev
mailing list