Skip to content

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