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
It reduces "data" segment in python about 200KB.
| @@ -0,0 +1,2 @@ | |||
| :c:macro:`PyDoc_VAR(name)` and :c:macro:`PyDoc_STRVAR(name,str)`` now create | |||
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
This should be rather in the "C API" section.
Co-Authored-By: methane <songofacandy@gmail.com>
|
Maybe a naive question does this make any difference in Windows too? I could see this was suggested in past by @serhiy-storchaka https://bugs.python.org/issue20323#msg236599 . |
|
When you're done making the requested changes, leave the comment: |
Co-Authored-By: methane <songofacandy@gmail.com>
https://bugs.python.org/issue36641