diff options
author | Andrew M. Kuchling <amk@amk.ca> | 1998-12-14 19:36:14 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 1998-12-14 19:36:14 +0000 |
commit | 9b154c231deba1fb222ac42220c7241aad628d16 (patch) | |
tree | 1bc5fb6ef5bded10ac0f23119e568e2e8be16ff1 /Python/pythonrun.c | |
parent | c3b1564521854c92af0676c74a11741b6afca082 (diff) | |
download | cpython-9b154c231deba1fb222ac42220c7241aad628d16.tar.gz |
Fixed bug reported to Gregor Hoffleit:
> mpz.mpz('\xff') should return mpz(255). Instead it returns
> mpz(4294967295L). Looks like the constructor doesn't work with strings
> containing characters above chr(128).
Caused by using just 'char' where 'unsigned char' should have been used.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions