diff options
author | Mark Shannon <mark@hotpy.org> | 2023-01-04 15:41:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 15:41:39 (GMT) |
commit | 15aecf8dd70f82eb507d74fae9662072a377bdc8 (patch) | |
tree | 6afd6d35744428bafd5b64bc6fccbb830534c86e /Misc | |
parent | c31e356a10aa60b5967b9aaf80b9984059e46461 (diff) | |
download | cpython-15aecf8dd70f82eb507d74fae9662072a377bdc8.zip cpython-15aecf8dd70f82eb507d74fae9662072a377bdc8.tar.gz cpython-15aecf8dd70f82eb507d74fae9662072a377bdc8.tar.bz2 |
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-01-03-16-38-18.gh-issue-100719.2C--ko.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-01-03-16-38-18.gh-issue-100719.2C--ko.rst b/Misc/NEWS.d/next/Core and Builtins/2023-01-03-16-38-18.gh-issue-100719.2C--ko.rst new file mode 100644 index 0000000..bb5d561 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-01-03-16-38-18.gh-issue-100719.2C--ko.rst @@ -0,0 +1,2 @@ +Removed the co_nplaincellvars field from the code object, as it is +redundant. |