8000 gh-99482: remove `jython` compatibility parts from stdlib and tests by sobolevn · Pull Request #99484 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99482: remove jython compatibility parts from stdlib and tests #99484

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 4 commits into from
Dec 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Nope, add newline back
  • Loading branch information
hauntsaninja authored Dec 23, 2022
commit 41d3c43cfd7ce8e60132353556ecedcf68403899
1 change: 1 addition & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ Removed
* Remove the ``PyUnicode_InternImmortal()`` function and the
``SSTATE_INTERNED_IMMORTAL`` macro.
(Contributed by Victor Stinner in :gh:`85858`.)

* Remove ``Jython`` compatibility hacks from several stdlib modules and tests.
(Contributed by Nikita Sobolev in :gh:`99482`.)

Expand Down
0