]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refuse to compute digests from PyUnicode (str) instances.
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 14:21:45 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 14:21:45 +0000 (14:21 +0000)
commit3227af454cd14d3843b11ab7609cd1b06e87a6af
tree63caaf85c31064f04f8cfb602316c5b48ba02236
parentb3cf6fd58ecf74c669b8bae2d7804182565f879f
Refuse to compute digests from PyUnicode (str) instances.
This breaks a few things that I'll patch up in a minute.
Modules/_hashopenssl.c