-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Moving _PyMem_RawStrdup
to private API causes build failure
#127991
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
Comments
Made private here: #107187 I think as a replacement you can do what the function is doing internally, that is, call Lines 1047 to 1057 in 52d552c
|
@vstinner Do you think it's worth adding a public variation of |
It's not worth it. Please don't add them. There is a simple replacement for |
@clin1234: Would you be ok to close the issue? Or do you think that something else should be done? I'm not sure why you closed your cx_Freeze upstream PR. |
I made a separate pull request replacing the private function with strdup (marcelotduarte/cx_Freeze#2738) |
#106320 causes build failure in marcelotduarte/cx_Freeze#2568 (comment)
What is the recommended replacement for the now private function?
The text was updated successfully, but these errors were encountered: