8000 bpo-39630: Update pointers to string literals to be const char * by petdance · Pull Request #18510 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-39630: Update pointers to string literals to be const char * #18510

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 1 commit into from
Feb 14, 2020
Merged

bpo-39630: Update pointers to string literals to be const char * #18510

merged 1 commit into from
Feb 14, 2020

Conversation

petdance
Copy link
Contributor
@petdance petdance commented Feb 14, 2020

Here are some fixes of char * pointers to literals that should be const char * in these four files.

+++ Objects/frameobject.c
+++ Objects/genobject.c
+++ Python/codecs.c
+++ Python/errors.c

https://bugs.python.org/issue39630

@miss-islington
Copy link
Contributor

Thanks @petdance for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

I'm having trouble backporting to 3.8. Reason: 'Error 110 while writing to socket. Connection timed out.'. Please retry by removing and re-adding the needs backport to 3.8 label.

@miss-islington
Copy link
Contributor

Thanks @petdance for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @petdance and @benjaminp, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 7386a70746cf9aaf2d95db75d9201fb124f085df 3.8

benjaminp pushed a commit that referenced this pull request Feb 14, 2020
…t char *. (GH-18510).

(cherry picked from commit 7386a70)

Co-authored-by: Andy Lester <andy@petdance.com>
@bedevere-bot
Copy link

GH-18511 is a backport of this pull request to the 3.8 branch.

@petdance petdance deleted the bpo-39630 branch February 26, 2020 03:53
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.

5 participants
0