-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
gh-146636: PEP 803: Reference documentation #148013
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
base: main
Are you sure you want to change the base?
Changes from 3 commits
8e203eb
c1d7fef
f83f6b4
b3e31c6
2372da9
b3799de
3bc47ee
30d97b1
e7e102a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -82,6 +82,7 @@ Summary -- Release highlights | |||||||||
| <whatsnew315-typeform>` | ||||||||||
| * :pep:`782`: :ref:`A new PyBytesWriter C API to create a Python bytes object | ||||||||||
| <whatsnew315-pybyteswriter>` | ||||||||||
| * :pep:`803`: :ref:`Stable ABI for Free-Threaded Builds <whatsnew315-abi3t>` | ||||||||||
| * :ref:`The JIT compiler has been significantly upgraded <whatsnew315-jit>` | ||||||||||
| * :ref:`Improved error messages <whatsnew315-improved-error-messages>` | ||||||||||
| * :ref:`The official Windows 64-bit binaries now use the tail-calling interpreter | ||||||||||
|
|
@@ -381,6 +382,40 @@ agen() for x in a)``. | |||||||||
|
|
||||||||||
| (Contributed by Adam Hartz in :gh:`143055`.) | ||||||||||
|
|
||||||||||
| .. _whatsnew315-abi3t: | ||||||||||
|
|
||||||||||
| :pep:`903`: ``abi3t`` -- Stable ABI for Free-Threaded Builds | ||||||||||
|
||||||||||
| :pep:`903`: ``abi3t`` -- Stable ABI for Free-Threaded Builds | |
| :pep:`803`: ``abi3t`` -- Stable ABI for Free-Threaded Builds |
encukou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
encukou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there supposed to be an "and" here? "negative basicsize PyObject_GetTypeData" isn't a term I'm familiar with.
| negative :c:member:`~PyType_Spec.basicsize` | |
| :c:func:`PyObject_GetTypeData`, rather than making :c:type:`PyObject` | |
| negative :c:member:`~PyType_Spec.basicsize` and | |
| :c:func:`PyObject_GetTypeData`, rather than making :c:type:`PyObject` |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| purpose in :pep:`903`. | |
| purpose in :pep:`803`. |
encukou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
encukou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that meson-python is the only package in a code block here?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is all covered above, but for people who land here with a direct link to this section, you could add a cross-reference suggesting the
PyModExportAPI instead?