Skip to content

Dead code removal from _hashopenssl.#11379

Merged
gpshead merged 1 commit into
python:masterfrom
gpshead:hashopenssl_unused_fn
Dec 31, 2018
Merged

Dead code removal from _hashopenssl.#11379
gpshead merged 1 commit into
python:masterfrom
gpshead:hashopenssl_unused_fn

Conversation

@gpshead

@gpshead gpshead commented Dec 31, 2018

Copy link
Copy Markdown
Member

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 merged commit c7e2191 into python:master Dec 31, 2018
@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

Copy link
Copy Markdown
Contributor

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

@gpshead

gpshead commented Jan 1, 2019

Copy link
Copy Markdown
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants