]> granicus.if.org Git - python/commit
Issue #25207, #14626: Fix my commit.
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 23:29:33 +0000 (01:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 23:29:33 +0000 (01:29 +0200)
commit5ebae876281828c17f139ec063dae43a39fd7741
tree830d5b3eb026658916895a93b54a822611a1d859
parent6174474bea9fe6f5f12f05a16004eabb817ce721
Issue #25207, #14626: Fix my commit.

It doesn't work to use #define XXX defined(YYY)" and then "#ifdef XXX"
to check YYY.
Modules/posixmodule.c
Objects/unicodeobject.c