]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
authorDong-hee Na <donghee.na@python.org>
Tue, 14 Mar 2023 20:20:14 +0000 (05:20 +0900)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 20:20:14 +0000 (13:20 -0700)
commitd77c48740f5cd17597693bd0d27e32db725fa3a0
tree09a11de107925b819565dbc161655cd01d29218e
parentcdb21ba74d933e262bc1696b6ce78b50cb5a4443
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)

It's not use except in a test, so move it there instead.
Lib/opcode.py
Lib/test/test__opcode.py