diff options
author | Hai Shi <shihai1992@gmail.com> | 2019-06-16 20:19:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-06-16 20:19:19 (GMT) |
commit | c83356cae2e375324ff4a3fb5d574ebde5c827a9 (patch) | |
tree | 6c470958d38a21777b739d525987cd577d46c7d5 /Misc | |
parent | 5600b5e1b24a3491e83f1b3038a7ea047a34c0bf (diff) | |
download | cpython-c83356cae2e375324ff4a3fb5d574ebde5c827a9.zip cpython-c83356cae2e375324ff4a3fb5d574ebde5c827a9.tar.gz cpython-c83356cae2e375324ff4a3fb5d574ebde5c827a9.tar.bz2 |
closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-16-02-38-25.bpo-37300.WJkgKV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-16-02-38-25.bpo-37300.WJkgKV.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-16-02-38-25.bpo-37300.WJkgKV.rst new file mode 100644 index 0000000..aae278e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-16-02-38-25.bpo-37300.WJkgKV.rst @@ -0,0 +1 @@ +Remove an unnecssary Py_XINCREF in classobject.c. |