Dead code removal from _hashopenssl. by gpshead · Pull Request #11379 · python/cpython

@gpshead

HASH_OBJ_CONSTRUCTOR has always been defined as 0 since I created
hashlib in Python 2.5.  Delete all code associated with it.

@gpshead gpshead deleted the hashopenssl_unused_fn branch

December 31, 2018 01:54

csabella pushed a commit to csabella/cpython that referenced this pull request

Dec 31, 2018
HASH_OBJ_CONSTRUCTOR has always been defined as 0 since I created
hashlib in Python 2.5.  Delete all code associated with it.