[Python-Dev] [Python-checkins] cpython: add unicode_char() in unicodeobject.c to factorize code (original) (raw)
Victor Stinner victor.stinner at gmail.com
Fri Jan 3 17:42:23 CET 2014
- Previous message: [Python-Dev] [Python-checkins] cpython: add unicode_char() in unicodeobject.c to factorize code
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2014/1/3 Zachary Ware <zachary.ware at gmail.com>:
The above-quoted parts of this changeset caused several compiler warnings due to unused variables. On 32-bit Windows: (...) I believe this should fix it, but I'll leave it up to you to confirm that, Victor :)
Oh, I didn't notice these warnings. I fixed them, thanks.
Victor
- Previous message: [Python-Dev] [Python-checkins] cpython: add unicode_char() in unicodeobject.c to factorize code
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]