-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section #109751
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
Changes from 1 commit
02824ae
f9a6a95
5d87553
1653e42
ac8849c
4502df2
a9241e2
7312d08
2420937
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
_PyErr_ChainExceptions
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2188,7 +2188,7 @@ although there is currently no date scheduled for their removal. | |
* :c:func:`!PyUnicode_AsEncodedUnicode` | ||
* :c:func:`PyUnicode_READY`: unneeded since Python 3.12 | ||
* :c:func:`!PyErr_Display`: use :c:func:`PyErr_DisplayException` | ||
* :c:func:`!_PyErr_ChainExceptions` | ||
* :c:func:`!_PyErr_ChainExceptions`: use ``_PyErr_ChainExceptions1`` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure about this. It is an internal convenient function, and it can be removed or changed in incompatible way without warning. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're recommending a private replacement to a private function here, so I think it's fine. This isn't saying that readers should use the functions, just what the replacements for the deprecated versions are. |
||
* :c:member:`!PyBytesObject.ob_shash` member: | ||
call :c:func:`PyObject_Hash` instead | ||
* :c:member:`!PyDictObject.ma_version_tag` member | ||
|
Uh oh!
There was an error while loading. Please reload this page.