ipython icon indicating copy to clipboard operation
ipython copied to clipboard

xxlimited_35 module now has the same name in repr in Py 3.11

Open frenzymadness opened this issue 3 years ago • 2 comments

See https://github.com/python/cpython/commit/a87c9b538fbfc42883417c4d5e69f1a5922690e3

frenzymadness avatar Jul 29 '22 06:07 frenzymadness

This change has been introduced in Python 3.11 beta 4.

frenzymadness avatar Jul 29 '22 06:07 frenzymadness

Also Python 3.10.6: https://github.com/python/cpython/pull/93679

bnavigator avatar Aug 05 '22 13:08 bnavigator

thanks

Carreau avatar Aug 15 '22 13:08 Carreau

@meeseeksdev backport to 7.x

Carreau avatar Aug 15 '22 13:08 Carreau

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 7.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 b9c796a6a3a32f510c235041813ccb904888f14a
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #13714: xxlimited_35 module now has the same name in repr in Py 3.11'
  1. Push to a named branch:
git push YOURFORK 7.x:auto-backport-of-pr-13714-on-7.x
  1. Create a PR against branch 7.x, I would have named this PR:

"Backport PR #13714 on branch 7.x (xxlimited_35 module now has the same name in repr in Py 3.11)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

lumberbot-app[bot] avatar Aug 15 '22 13:08 lumberbot-app[bot]