Skip to content

[3.11] Fix readline.c compiler warning. (GH-98738) #98747

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
Oct 26, 2022

Conversation

miss-islington
Copy link
Contributor

Modules/readline.c:1260:37: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    completer_word_break_characters =
                                    ^

(cherry picked from commit 29b391b)

Co-authored-by: Benjamin Peterson [email protected]

```
Modules/readline.c:1260:37: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    completer_word_break_characters =
                                    ^
```
(cherry picked from commit 29b391b)

Co-authored-by: Benjamin Peterson <[email protected]>
@miss-islington miss-islington merged commit 75990a5 into python:3.11 Oct 26, 2022
@miss-islington miss-islington deleted the backport-29b391b-3.11 branch October 26, 2022 23:16
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.

3 participants