summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2024-05-22 02:38:12 (GMT)
committerGitHub <noreply@github.com>2024-05-22 02:38:12 (GMT)
commite9875ecb5dd3a9c44a184c71cc562ce1fea6e03b (patch)
tree9b8aca9a11a3c8e1e1278cbe0293a0eab5f622a2 /Lib/test/test_sys.py
parent73ab83b27f105a4509046ce26e35f20d66625195 (diff)
downloadcpython-e9875ecb5dd3a9c44a184c71cc562ce1fea6e03b.zip
cpython-e9875ecb5dd3a9c44a184c71cc562ce1fea6e03b.tar.gz
cpython-e9875ecb5dd3a9c44a184c71cc562ce1fea6e03b.tar.bz2
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index ee3bd00..8fe1d77 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -1564,7 +1564,7 @@ class SizeofTest(unittest.TestCase):
check(x, size('3Pi2cP7P2ic??2P'))
# function
def func(): pass
- check(func, size('15Pi'))
+ check(func, size('16Pi'))
class c():
@staticmethod
def foo():