Skip to content

CLN: remove deprecated DEF #47936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 8, 2022
Merged

Conversation

fangchenli
Copy link
Member

@fangchenli fangchenli commented Aug 3, 2022

xref cython/cython#4310

discovered in #47442

@mzeitlin11 mzeitlin11 added the hashing hash_pandas_object label Aug 4, 2022
@@ -162,6 +159,8 @@ cdef uint64_t low_level_siphash(uint8_t* data, size_t datalen,
cdef uint8_t* end = data + datalen - (datalen % sizeof(uint64_t))
cdef int left = datalen & 7
cdef int left_byte
cdef int cROUNDS = 2
cdef int dROUNDS = 4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there any upside to assigning this at the module level?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any in this case.

@mroeschke mroeschke added this to the 1.5 milestone Aug 8, 2022
@mroeschke mroeschke merged commit 1ab8da6 into pandas-dev:main Aug 8, 2022
@mroeschke
Copy link
Member

Thanks @fangchenli

noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
* CLN: remove deprecated DEF

* fix empty line

* move consts inside of func
@fangchenli fangchenli deleted the remove-deprecated-DEF branch November 18, 2022 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean hashing hash_pandas_object
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants