8000 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list by encukou · Pull Request #25442 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list #25442

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 3 commits into from
Apr 23, 2021
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
Next Next commit
Add a NEWS blurb
  • Loading branch information
encukou committed Apr 16, 2021
commit 12c85b90ca78d6ae7b93286b0f3d3c1d2de36dad
9944
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:c:func:`PyOS_ReadlineFunctionPointer` is no longer exported by
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think that it's worth it to be mentioned in C API Changes of What's New in Python 3.10?
https://docs.python.org/dev/whatsnew/3.10.html#id2 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that sounds reasonable. Thanks for the catch!

``python3.dll`` on Windows. Like any function that takes ``FILE*``, it is
not part of the stable ABI.
0