◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

gpshead

merged 1 commit into

Dec 31, 2018

Conversation

@gpshead

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

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.

@taleinat

This also reverted a problematic bit of AC conversion from PR #9213.

@gpshead

Yeah, I noticed this code was still there because of your refactoring. :)

Labels