Skip to content

Remove the non-test Lib/test/time_hashlib.py. - #114354

Merged
gpshead merged 1 commit into
python:mainfrom
gpshead:remove_time_hashlib
Jan 20, 2024
Merged

Remove the non-test Lib/test/time_hashlib.py.#114354
gpshead merged 1 commit into
python:mainfrom
gpshead:remove_time_hashlib

Conversation

@gpshead

Copy link
Copy Markdown
Member

I believe I added this while chasing some performance of hash functions when I first created hashlib. It hasn't been used since, is frankly trivial, and not a test.

I believe I added this while chasing some performance of hash functions
when I first created hashlib. It hasn't been used since, is frankly
trivial, and not a test.
@gpshead
gpshead requested a review from tiran as a code ownerJanuary 20, 2024 19:42
@gpsheadgpshead self-assigned this Jan 20, 2024
@gpshead
gpshead requested review from serhiy-storchaka and removed request for tiranJanuary 20, 2024 19:44
@gpshead
gpshead merged commit c48b8f8 into python:mainJan 20, 2024
@gpshead
gpshead deleted the remove_time_hashlib branch January 20, 2024 20:09
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
I believe I added this while chasing some performance of hash functions
when I first created hashlib. It hasn't been used since, is frankly
trivial, and not a test.
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
I believe I added this while chasing some performance of hash functions
when I first created hashlib. It hasn't been used since, is frankly
trivial, and not a test.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
I believe I added this while chasing some performance of hash functions
when I first created hashlib. It hasn't been used since, is frankly
trivial, and not a test.
Sign up for freeto 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.

1 participant

@gpshead