8000 gh-101152: Implement PEP 699 by ramvikrams · Pull Request #101193 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
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
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
  • Loading branch information
ramvikrams authored Jan 22, 2023
commit b40f72744ff7d78641dd057457f1f3eccb5afaab
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
In accordance with PEP 699, the ``ma_version_tag`` field in :c:type:`PyDictObject`
In accordance with :PEP:`699`, the ``ma_version_tag`` field in :c:type:`PyDictObject`
is deprecated for extension modules. Accessing this field will generate a compiler
warning at compile time. This field will be removed in Python 3.14.
0