summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2022-02-23 11:00:28 (GMT)
committerGitHub <noreply@github.com>2022-02-23 11:00:28 (GMT)
commit424023efee5b21567b4725015ef143b627112e3c (patch)
treed4b4b0f24d27e99efa8a450c7529ec4d568a0ceb /Misc
parent288af845a32fd2a92e3b49738faf8f2de6a7bf7c (diff)
downloadcpython-424023efee5b21567b4725015ef143b627112e3c.zip
cpython-424023efee5b21567b4725015ef143b627112e3c.tar.gz
cpython-424023efee5b21567b4725015ef143b627112e3c.tar.bz2
bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-02-22-14-03-56.bpo-46329.RX_AzJ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-22-14-03-56.bpo-46329.RX_AzJ.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-22-14-03-56.bpo-46329.RX_AzJ.rst
new file mode 100644
index 0000000..8d1d502
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-22-14-03-56.bpo-46329.RX_AzJ.rst
@@ -0,0 +1 @@
+Fix specialization stats gathering for :opcode:`PRECALL` instructions.