mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
This commit is contained in:
parent
749e73065d
commit
7efc526e5c
2 changed files with 20 additions and 0 deletions
|
@ -16,6 +16,10 @@ always available.
|
|||
On POSIX systems where Python was built with the standard ``configure``
|
||||
script, this contains the ABI flags as specified by :pep:`3149`.
|
||||
|
||||
.. versionchanged:: 3.8
|
||||
Default flags became an empty string (``m`` flag for pymalloc has been
|
||||
removed).
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue