8000 gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section by CAM-Gerlach · Pull Request #98585 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section #98585

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
Oct 24, 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
Next Next commit
Remove out of place C API change added to Python Porting section
  • Loading branch information
CAM-Gerlach committed Oct 24, 2022
commit c1ae7cba6470180669e3fc8c123f05e82de88adf
5 changes: 0 additions & 5 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1809,11 +1809,6 @@ Porting notes for the C API are
Therefore, this could change the captured output in these cases.
(Contributed by Ma Lin in :issue:`35859`.)

* :c:member:`~PyTypeObject.tp_dictoffset` should be treated as write-only.
It can be set to describe C extension classwa to the VM, but should be regarded
as meaningless when read. To get the pointer to the object's dictionary, call
:c:func:`PyObject_GenericGetDict` instead.


.. _whatsnew311-build-changes:

Expand Down
0