diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-02-03 13:32:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 13:32:52 (GMT) |
commit | 674ab66ebdf06f187e193a3d7bde13b71ba0f9af (patch) | |
tree | 746154a5028c2d90b4fc3c104a4c5e124aff18cd /Misc/NEWS.d | |
parent | e0433c1e70254d4d0357a9e14596929a04bdf769 (diff) | |
download | cpython-674ab66ebdf06f187e193a3d7bde13b71ba0f9af.zip cpython-674ab66ebdf06f187e193a3d7bde13b71ba0f9af.tar.gz cpython-674ab66ebdf06f187e193a3d7bde13b71ba0f9af.tar.bz2 |
bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-02-01-01-17-28.bpo-45885.CjyNf_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-01-01-17-28.bpo-45885.CjyNf_.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-01-01-17-28.bpo-45885.CjyNf_.rst new file mode 100644 index 0000000..6395bd1 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-01-01-17-28.bpo-45885.CjyNf_.rst @@ -0,0 +1 @@ +Added more fined-grained specialization failure stats regarding the ``COMPARE_OP`` bytecode.
\ No newline at end of file |