Skip to content

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

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 2 commits into from
Aug 15, 2022

Conversation

frenzymadness
Copy link
Contributor

@frenzymadness
Copy link
Contributor Author

This change has been introduced in Python 3.11 beta 4.

@bnavigator
Copy link
Contributor

Also Python 3.10.6: python/cpython#93679

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Aug 5, 2022
https://build.opensuse.org/request/show/993332
by user bnavigator + dimstar_suse
- Add ipython-pr13714-xxlimited.patch gh#ipython/ipython#13714

- Remove nbformat from the :test flavor. Run locally
  `--with localtests` for not skipping the tests.
Co-authored-by: Ben Greiner <code@bnavigator.de>
@Carreau Carreau merged commit b9c796a into ipython:master Aug 15, 2022
@Carreau
Copy link
Member

Carreau commented Aug 15, 2022

thanks

@Carreau Carreau modified the milestones: 7.35, 8.5 Aug 15, 2022
@Carreau
Copy link
Member

Carreau commented Aug 15, 2022

@meeseeksdev backport to 7.x

@lumberbot-app
Copy link
Contributor

lumberbot-app bot commented Aug 15, 2022

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 lumberbot-app bot added the Still Needs Manual Backport Added My MrMeeseeks when a backport fails. Help by backporting it, solving conflicts, send PR. label Aug 15, 2022
@Carreau Carreau modified the milestones: 7.35, 8.5 Aug 30, 2022
@Carreau Carreau removed the Still Needs Manual Backport Added My MrMeeseeks when a backport fails. Help by backporting it, solving conflicts, send PR. label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants