-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MNT: account for cpython deprecations #13836
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
Conversation
The # variants the PyArg formats will raise deprecation warnings in py38. https://bugs.python.org/issue8677 https://bugs.python.org/issue36381 python/cpython#12473 python/cpython@d3c72a2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that Python 3.8 is scheduled for October, should this go in 3.1? I don't think we'll have 3.2 out by then. Otherwise, people will start seeing warnings.
Should this at least go in for 3.1.1? |
I'm convinced on backporting to 3.1. |
Should this get backported to the LTS?
…On Tue, Apr 2, 2019 at 12:57 PM Jody Klymak ***@***.***> wrote:
Merged #13836 <#13836> into
master.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13836 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-NLMZGavG4QixvdLZVC_X0m3J1_qks5vc4vmgaJpZM4cWzUY>
.
|
Will people using py 3.8 really be using MPL 2.2.4? |
I doubt that someone will be using py3.8 and mpl2.2.4 |
One can speculate all they want about whether that combination would occur.
The important question is what did we promise for the v2.2 LTS policy?
…On Tue, Apr 2, 2019 at 3:48 PM Tim Hoffmann ***@***.***> wrote:
I doubt that someone will be using py3.8 and mpl2.2.4
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13836 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-FW3BzPb-IQAhsaAu-L09Okmw4k3ks5vc7PxgaJpZM4cWzUY>
.
|
We said critical bug fixes to 2020. You see these warnings in the test logs, not sure if you see them under normal operation. Lets see if these go cleanly... @meeseeksdev backport to v2.2.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
…836-on-v3.1.x Backport PR #13836 on branch v3.1.x (MNT: account for cpython deprecations)
backported in #13846 |
MNT: account for cpython deprecations The conflicts were due to other changes in the #includes in the affected files.
The # variants the PyArg formats will raise deprecation warnings in
py38.
https://bugs.python.org/issue8677
https://bugs.python.org/issue36381
python/cpython#12473
python/cpython@d3c72a2
We should have done this a while ago 🤷♂️ .