Message161656
> It seems the patch relies on a two's complement representation of integers. Mark, do you think that's ok?
Yes, the patch depends on two facts -- 8-bit bytes and a two's
complement representation of integers. That's why I call it a trick.
However, today CPython will not work on other platforms. However, we can
wrap macro definition in #if/#else/#end and provide the traditional form
(but I don't remember how to test a two's complement representation in
compile time). |
|
Date |
User |
Action |
Args |
2012-05-26 09:52:10 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, jcea, ronaldoussoren, mark.dickinson, janssen, pitrou, vstinner, ned.deily, ezio.melotti, Arfrever, python-dev |
2012-05-26 09:52:09 | serhiy.storchaka | link | issue14923 messages |
2012-05-26 09:52:09 | serhiy.storchaka | create | |
|