Message97151
trunk r77252 switches python 2.7 to use 's*' for argument parsing. unicodes can be hashed (encoded to the system default encoding by s*) again.
This change has been blocked from being merged into py3k unless someone decides we actually want this magic unicode encoding behavior to exist there as well.
setup.py has also been updated to compile all versions of the hash algorithm modules when Py_DEBUG is defined. I'll update tests run on all implementations next so that it is easier for developers to maintain identical behavior across all implementations without needing to explicitly remember to reconfigure their setup and test those. |
|
Date |
User |
Action |
Args |
2010-01-02 22:33:32 | gregory.p.smith | set | recipients:
+ gregory.p.smith, lemburg, pitrou, vstinner, kmtracey, hagen, rpetrov, ebfe |
2010-01-02 22:33:32 | gregory.p.smith | set | messageid: <1262471612.74.0.920510477097.issue3745@psf.upfronthosting.co.za> |
2010-01-02 22:33:31 | gregory.p.smith | link | issue3745 messages |
2010-01-02 22:33:31 | gregory.p.smith | create | |
|