--- /srv/rebuilderd/tmp/rebuilderdUgpfXP/inputs/python3.14-doc_3.14.0~rc3-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdUgpfXP/out/python3.14-doc_3.14.0~rc3-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-09-18 12:47:19.000000 debian-binary │ --rw-r--r-- 0 0 0 26968 2025-09-18 12:47:19.000000 control.tar.xz │ --rw-r--r-- 0 0 0 16224668 2025-09-18 12:47:19.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 26972 2025-09-18 12:47:19.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 16224716 2025-09-18 12:47:19.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1172,15 +1172,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 795 2025-09-18 12:47:19.000000 ./usr/share/doc-base/python3.14-doc.python3.14-ext │ │ │ -rw-r--r-- 0 root (0) root (0) 688 2025-09-18 12:47:19.000000 ./usr/share/doc-base/python3.14-doc.python3.14-lib │ │ │ -rw-r--r-- 0 root (0) root (0) 326 2025-09-18 12:47:19.000000 ./usr/share/doc-base/python3.14-doc.python3.14-new │ │ │ -rw-r--r-- 0 root (0) root (0) 905 2025-09-18 12:47:19.000000 ./usr/share/doc-base/python3.14-doc.python3.14-ref │ │ │ -rw-r--r-- 0 root (0) root (0) 547 2025-09-18 12:47:19.000000 ./usr/share/doc-base/python3.14-doc.python3.14-tut │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/info/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/info/python3.14/ │ │ │ --rw-r--r-- 0 root (0) root (0) 5527264 2025-09-18 12:47:19.000000 ./usr/share/info/python3.14.info.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 5527255 2025-09-18 12:47:19.000000 ./usr/share/info/python3.14.info.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/lintian/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/lintian/overrides/ │ │ │ -rw-r--r-- 0 root (0) root (0) 80 2025-09-18 12:47:19.000000 ./usr/share/lintian/overrides/python3.14-doc │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/devhelp/books/python3.14 -> ../../doc/python3.14/html │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/doc/python3.14/html/_static/jquery.js -> ../../../../javascript/jquery/jquery.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/doc/python3.14/html/_static/underscore.js -> ../../../../javascript/underscore/underscore.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-09-18 12:47:19.000000 ./usr/share/doc/python3.14-doc/html -> ../python3.14/html │ │ ├── ./usr/share/doc/python3.14/html/library/audit_events.html │ │ │ @@ -273,15 +273,15 @@ │ │ │ │ │ │

cpython.run_startup

│ │ │

filename

│ │ │

[1]

│ │ │ │ │ │

cpython.run_stdin

│ │ │

│ │ │ -

[1][2][3]

│ │ │ +

[1][2][3]

│ │ │ │ │ │

ctypes.addressof

│ │ │

obj

│ │ │

[1]

│ │ │ │ │ │

ctypes.call_function

│ │ │

func_pointer, arguments

│ │ ├── ./usr/share/doc/python3.14/html/using/cmdline.html │ │ │ @@ -317,15 +317,15 @@ │ │ │
│ │ │ -
│ │ │

Read commands from standard input (sys.stdin). If standard input is │ │ │ a terminal, -i is implied.

│ │ │

If this option is given, the first element of sys.argv will be │ │ │ "-" and the current directory will be added to the start of │ │ │ sys.path.

│ │ │ -

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │ +

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ <script>
│ │ │

Execute the Python code contained in script, which must be a filesystem │ │ │ path (absolute or relative) referring to either a Python file, a directory │ │ │ @@ -1022,15 +1022,15 @@ │ │ │

│ │ │
│ │ │ PYTHONINSPECT
│ │ │

If this is set to a non-empty string it is equivalent to specifying the │ │ │ -i option.

│ │ │

This variable can also be modified by Python code using os.environ │ │ │ to force inspect mode on program termination.

│ │ │ -

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │ +

Raises an auditing event cpython.run_stdin with no arguments.

│ │ │
│ │ │

Changed in version 3.12.5: (also 3.11.10, 3.10.15, 3.9.20, and 3.8.20) │ │ │ Emits audit events.

│ │ │
│ │ │
│ │ │

Changed in version 3.13: Uses PyREPL if possible, in which case PYTHONSTARTUP is │ │ │ also executed. Emits audit events.

│ │ ├── ./usr/share/info/python3.14.info.gz │ │ │ ├── python3.14.info │ │ │ │ @@ -1417591,93 +1417591,93 @@ │ │ │ │ 015a1760: 6566 3a20 3537 3061 7f31 3738 3532 3139 ef: 570a.1785219 │ │ │ │ 015a1770: 390a 5265 663a 205a 7374 616e 6461 7264 9.Ref: Zstandard │ │ │ │ 015a1780: 2062 696e 6469 6e67 732d 466f 6f74 6e6f bindings-Footno │ │ │ │ 015a1790: 7465 2d31 7f31 3738 3534 3133 380a 4e6f te-1.17854138.No │ │ │ │ 015a17a0: 6465 3a20 5079 7468 6f6e 204d 6f64 756c de: Python Modul │ │ │ │ 015a17b0: 6520 496e 6465 787f 3137 3835 3431 3831 e Index.17854181 │ │ │ │ 015a17c0: 0a4e 6f64 653a 2049 6e64 6578 7f31 3738 .Node: Index.178 │ │ │ │ -015a17d0: 3733 3834 380a 5265 663a 206c 6962 7261 73848.Ref: libra │ │ │ │ -015a17e0: 7279 2f73 7464 7479 7065 7320 6c69 7374 ry/stdtypes list │ │ │ │ -015a17f0: 2061 7070 656e 647f 3230 3031 3038 3135 append.20010815 │ │ │ │ -015a1800: 0a52 6566 3a20 3435 6337 7f32 3030 3130 .Ref: 45c7.20010 │ │ │ │ -015a1810: 3831 360a 5265 663a 206c 6962 7261 7279 816.Ref: library │ │ │ │ -015a1820: 2f73 7973 2061 7564 6974 5f65 7665 6e74 /sys audit_event │ │ │ │ -015a1830: 5f63 7079 7468 6f6e 5f72 656d 6f74 655f _cpython_remote_ │ │ │ │ -015a1840: 6465 6275 6767 6572 5f73 6372 6970 745f debugger_script_ │ │ │ │ -015a1850: 307f 3230 3031 3038 3138 0a52 6566 3a20 0.20010818.Ref: │ │ │ │ -015a1860: 6c69 6272 6172 792f 7374 6474 7970 6573 library/stdtypes │ │ │ │ -015a1870: 206c 6973 7420 706f 707f 3230 3031 3038 list pop.200108 │ │ │ │ -015a1880: 3230 0a52 6566 3a20 3135 3865 7f32 3030 20.Ref: 158e.200 │ │ │ │ -015a1890: 3130 3832 320a 5265 663a 2075 7369 6e67 10822.Ref: using │ │ │ │ -015a18a0: 2f63 6d64 6c69 6e65 2061 7564 6974 5f65 /cmdline audit_e │ │ │ │ -015a18b0: 7665 6e74 5f63 7079 7468 6f6e 5f72 756e vent_cpython_run │ │ │ │ -015a18c0: 5f73 7464 696e 5f31 7f32 3030 3130 3832 _stdin_1.2001082 │ │ │ │ -015a18d0: 340a 5265 663a 2034 3562 647f 3230 3031 4.Ref: 45bd.2001 │ │ │ │ -015a18e0: 3038 3236 0a52 6566 3a20 6c69 6272 6172 0826.Ref: librar │ │ │ │ -015a18f0: 792f 7469 6d65 2061 7564 6974 5f65 7665 y/time audit_eve │ │ │ │ -015a1900: 6e74 5f74 696d 655f 736c 6565 705f 307f nt_time_sleep_0. │ │ │ │ -015a1910: 3230 3031 3038 3238 0a52 6566 3a20 6c69 20010828.Ref: li │ │ │ │ -015a1920: 6272 6172 792f 7374 6474 7970 6573 206c brary/stdtypes l │ │ │ │ -015a1930: 6973 7420 636c 6561 727f 3230 3031 3038 ist clear.200108 │ │ │ │ -015a1940: 3330 0a52 6566 3a20 3435 6330 7f32 3030 30.Ref: 45c0.200 │ │ │ │ -015a1950: 3130 3833 320a 5265 663a 206c 6962 7261 10832.Ref: libra │ │ │ │ -015a1960: 7279 2f63 7479 7065 7320 6175 6469 745f ry/ctypes audit_ │ │ │ │ -015a1970: 6576 656e 745f 6374 7970 6573 5f6d 656d event_ctypes_mem │ │ │ │ -015a1980: 6f72 7976 6965 775f 6174 5f30 7f32 3030 oryview_at_0.200 │ │ │ │ -015a1990: 3130 3833 340a 5265 663a 2034 3562 637f 10834.Ref: 45bc. │ │ │ │ -015a19a0: 3230 3031 3038 3336 0a52 6566 3a20 6c69 20010836.Ref: li │ │ │ │ -015a19b0: 6272 6172 792f 7374 6474 7970 6573 206c brary/stdtypes l │ │ │ │ -015a19c0: 6973 7420 696e 7365 7274 7f32 3030 3130 ist insert.20010 │ │ │ │ -015a19d0: 3833 380a 5265 663a 206c 6962 7261 7279 838.Ref: library │ │ │ │ -015a19e0: 2f61 7379 6e63 696f 2061 7564 6974 5f65 /asyncio audit_e │ │ │ │ -015a19f0: 7665 6e74 5f63 7079 7468 6f6e 5f72 756e vent_cpython_run │ │ │ │ -015a1a00: 5f73 7464 696e 5f30 7f32 3030 3130 3834 _stdin_0.2001084 │ │ │ │ -015a1a10: 300a 5265 663a 2034 3562 387f 3230 3031 0.Ref: 45b8.2001 │ │ │ │ -015a1a20: 3038 3432 0a52 6566 3a20 6c69 6272 6172 0842.Ref: librar │ │ │ │ -015a1a30: 792f 7374 6474 7970 6573 2074 7570 6c65 y/stdtypes tuple │ │ │ │ -015a1a40: 2063 6f75 6e74 7f32 3030 3130 3834 340a count.20010844. │ │ │ │ -015a1a50: 5265 663a 2034 3563 397f 3230 3031 3038 Ref: 45c9.200108 │ │ │ │ -015a1a60: 3436 0a52 6566 3a20 3862 637f 3230 3031 46.Ref: 8bc.2001 │ │ │ │ -015a1a70: 3038 3438 0a52 6566 3a20 7573 696e 672f 0848.Ref: using/ │ │ │ │ -015a1a80: 636d 646c 696e 6520 6175 6469 745f 6576 cmdline audit_ev │ │ │ │ -015a1a90: 656e 745f 6370 7974 686f 6e5f 7275 6e5f ent_cpython_run_ │ │ │ │ -015a1aa0: 6669 6c65 5f30 7f32 3030 3130 3835 300a file_0.20010850. │ │ │ │ -015a1ab0: 5265 663a 2075 7369 6e67 2f63 6d64 6c69 Ref: using/cmdli │ │ │ │ -015a1ac0: 6e65 2061 7564 6974 5f65 7665 6e74 5f63 ne audit_event_c │ │ │ │ -015a1ad0: 7079 7468 6f6e 5f72 756e 5f73 7464 696e python_run_stdin │ │ │ │ -015a1ae0: 5f32 7f32 3030 3130 3835 320a 5265 663a _2.20010852.Ref: │ │ │ │ -015a1af0: 2031 3338 337f 3230 3031 3038 3534 0a52 1383.20010854.R │ │ │ │ -015a1b00: 6566 3a20 3138 3837 7f32 3030 3130 3835 ef: 1887.2001085 │ │ │ │ -015a1b10: 360a 5265 663a 206c 6962 7261 7279 2f73 6.Ref: library/s │ │ │ │ -015a1b20: 7464 7479 7065 7320 7475 706c 6520 696e tdtypes tuple in │ │ │ │ -015a1b30: 6465 787f 3230 3031 3038 3538 0a52 6566 dex.20010858.Ref │ │ │ │ -015a1b40: 3a20 3135 3166 7f32 3030 3130 3836 300a : 151f.20010860. │ │ │ │ -015a1b50: 5265 663a 2035 6530 7f32 3030 3130 3836 Ref: 5e0.2001086 │ │ │ │ -015a1b60: 320a 5265 663a 2034 3562 627f 3230 3031 2.Ref: 45bb.2001 │ │ │ │ -015a1b70: 3038 3634 0a52 6566 3a20 3435 6266 7f32 0864.Ref: 45bf.2 │ │ │ │ -015a1b80: 3030 3130 3836 360a 5265 663a 206c 6962 0010866.Ref: lib │ │ │ │ -015a1b90: 7261 7279 2f73 7973 2073 6372 6970 745f rary/sys script_ │ │ │ │ -015a1ba0: 7061 7468 7f32 3030 3130 3836 380a 5265 path.20010868.Re │ │ │ │ -015a1bb0: 663a 206c 6962 7261 7279 2f5f 7468 7265 f: library/_thre │ │ │ │ -015a1bc0: 6164 2073 7461 7274 5f6e 6577 5f74 6872 ad start_new_thr │ │ │ │ -015a1bd0: 6561 647f 3230 3031 3038 3730 0a52 6566 ead.20010870.Ref │ │ │ │ -015a1be0: 3a20 6c69 6272 6172 792f 7374 6474 7970 : library/stdtyp │ │ │ │ -015a1bf0: 6573 206c 6973 7420 6578 7465 6e64 7f32 es list extend.2 │ │ │ │ -015a1c00: 3030 3130 3837 320a 5265 663a 206c 6962 0010872.Ref: lib │ │ │ │ -015a1c10: 7261 7279 2f73 7464 7479 7065 7320 6c69 rary/stdtypes li │ │ │ │ -015a1c20: 7374 2072 656d 6f76 657f 3230 3031 3038 st remove.200108 │ │ │ │ -015a1c30: 3734 0a52 6566 3a20 3565 317f 3230 3031 74.Ref: 5e1.2001 │ │ │ │ -015a1c40: 3038 3736 0a52 6566 3a20 6c69 6272 6172 0876.Ref: librar │ │ │ │ -015a1c50: 792f 756e 6974 7465 7374 2075 6e69 7474 y/unittest unitt │ │ │ │ -015a1c60: 6573 7420 7465 6172 446f 776e 4d6f 6475 est tearDownModu │ │ │ │ -015a1c70: 6c65 7f32 3030 3130 3837 380a 5265 663a le.20010878.Ref: │ │ │ │ -015a1c80: 2031 6539 667f 3230 3031 3038 3830 0a52 1e9f.20010880.R │ │ │ │ -015a1c90: 6566 3a20 3139 3563 7f32 3030 3130 3838 ef: 195c.2001088 │ │ │ │ -015a1ca0: 320a 5265 663a 2031 3538 667f 3230 3031 2.Ref: 158f.2001 │ │ │ │ -015a1cb0: 3038 3834 0a52 6566 3a20 6c69 6272 6172 0884.Ref: librar │ │ │ │ -015a1cc0: 792f 7374 6474 7970 6573 2072 616e 6765 y/stdtypes range │ │ │ │ -015a1cd0: 2069 6e64 6578 7f32 3030 3130 3838 360a index.20010886. │ │ │ │ -015a1ce0: 5265 663a 2034 3562 657f 3230 3031 3038 Ref: 45be.200108 │ │ │ │ +015a17d0: 3733 3834 380a 5265 663a 2034 3563 377f 73848.Ref: 45c7. │ │ │ │ +015a17e0: 3230 3031 3038 3135 0a52 6566 3a20 6c69 20010815.Ref: li │ │ │ │ +015a17f0: 6272 6172 792f 7374 6474 7970 6573 206c brary/stdtypes l │ │ │ │ +015a1800: 6973 7420 696e 7365 7274 7f32 3030 3130 ist insert.20010 │ │ │ │ +015a1810: 3831 360a 5265 663a 2075 7369 6e67 2f63 816.Ref: using/c │ │ │ │ +015a1820: 6d64 6c69 6e65 2061 7564 6974 5f65 7665 mdline audit_eve │ │ │ │ +015a1830: 6e74 5f63 7079 7468 6f6e 5f72 756e 5f73 nt_cpython_run_s │ │ │ │ +015a1840: 7464 696e 5f30 7f32 3030 3130 3831 380a tdin_0.20010818. │ │ │ │ +015a1850: 5265 663a 2038 6263 7f32 3030 3130 3832 Ref: 8bc.2001082 │ │ │ │ +015a1860: 300a 5265 663a 206c 6962 7261 7279 2f73 0.Ref: library/s │ │ │ │ +015a1870: 7464 7479 7065 7320 6c69 7374 2063 6c65 tdtypes list cle │ │ │ │ +015a1880: 6172 7f32 3030 3130 3832 320a 5265 663a ar.20010822.Ref: │ │ │ │ +015a1890: 2034 3562 647f 3230 3031 3038 3234 0a52 45bd.20010824.R │ │ │ │ +015a18a0: 6566 3a20 6c69 6272 6172 792f 7374 6474 ef: library/stdt │ │ │ │ +015a18b0: 7970 6573 2072 616e 6765 2069 6e64 6578 ypes range index │ │ │ │ +015a18c0: 7f32 3030 3130 3832 360a 5265 663a 2075 .20010826.Ref: u │ │ │ │ +015a18d0: 7369 6e67 2f63 6d64 6c69 6e65 2061 7564 sing/cmdline aud │ │ │ │ +015a18e0: 6974 5f65 7665 6e74 5f63 7079 7468 6f6e it_event_cpython │ │ │ │ +015a18f0: 5f72 756e 5f73 7464 696e 5f31 7f32 3030 _run_stdin_1.200 │ │ │ │ +015a1900: 3130 3832 380a 5265 663a 2035 6530 7f32 10828.Ref: 5e0.2 │ │ │ │ +015a1910: 3030 3130 3833 300a 5265 663a 2034 3562 0010830.Ref: 45b │ │ │ │ +015a1920: 657f 3230 3031 3038 3332 0a52 6566 3a20 e.20010832.Ref: │ │ │ │ +015a1930: 6c69 6272 6172 792f 7374 6474 7970 6573 library/stdtypes │ │ │ │ +015a1940: 206c 6973 7420 7265 6d6f 7665 7f32 3030 list remove.200 │ │ │ │ +015a1950: 3130 3833 340a 5265 663a 206c 6962 7261 10834.Ref: libra │ │ │ │ +015a1960: 7279 2f61 7379 6e63 696f 2061 7564 6974 ry/asyncio audit │ │ │ │ +015a1970: 5f65 7665 6e74 5f63 7079 7468 6f6e 5f72 _event_cpython_r │ │ │ │ +015a1980: 756e 5f73 7464 696e 5f30 7f32 3030 3130 un_stdin_0.20010 │ │ │ │ +015a1990: 3833 360a 5265 663a 206c 6962 7261 7279 836.Ref: library │ │ │ │ +015a19a0: 2f74 696d 6520 6175 6469 745f 6576 656e /time audit_even │ │ │ │ +015a19b0: 745f 7469 6d65 5f73 6c65 6570 5f30 7f32 t_time_sleep_0.2 │ │ │ │ +015a19c0: 3030 3130 3833 380a 5265 663a 206c 6962 0010838.Ref: lib │ │ │ │ +015a19d0: 7261 7279 2f73 7464 7479 7065 7320 6c69 rary/stdtypes li │ │ │ │ +015a19e0: 7374 2065 7874 656e 647f 3230 3031 3038 st extend.200108 │ │ │ │ +015a19f0: 3430 0a52 6566 3a20 3135 3866 7f32 3030 40.Ref: 158f.200 │ │ │ │ +015a1a00: 3130 3834 320a 5265 663a 206c 6962 7261 10842.Ref: libra │ │ │ │ +015a1a10: 7279 2f73 7464 7479 7065 7320 6c69 7374 ry/stdtypes list │ │ │ │ +015a1a20: 2070 6f70 7f32 3030 3130 3834 340a 5265 pop.20010844.Re │ │ │ │ +015a1a30: 663a 2031 3338 337f 3230 3031 3038 3436 f: 1383.20010846 │ │ │ │ +015a1a40: 0a52 6566 3a20 6c69 6272 6172 792f 7374 .Ref: library/st │ │ │ │ +015a1a50: 6474 7970 6573 206c 6973 7420 6170 7065 dtypes list appe │ │ │ │ +015a1a60: 6e64 7f32 3030 3130 3834 380a 5265 663a nd.20010848.Ref: │ │ │ │ +015a1a70: 2034 3563 397f 3230 3031 3038 3530 0a52 45c9.20010850.R │ │ │ │ +015a1a80: 6566 3a20 3435 6266 7f32 3030 3130 3835 ef: 45bf.2001085 │ │ │ │ +015a1a90: 320a 5265 663a 2031 3935 637f 3230 3031 2.Ref: 195c.2001 │ │ │ │ +015a1aa0: 3038 3534 0a52 6566 3a20 6c69 6272 6172 0854.Ref: librar │ │ │ │ +015a1ab0: 792f 7379 7320 6175 6469 745f 6576 656e y/sys audit_even │ │ │ │ +015a1ac0: 745f 6370 7974 686f 6e5f 7265 6d6f 7465 t_cpython_remote │ │ │ │ +015a1ad0: 5f64 6562 7567 6765 725f 7363 7269 7074 _debugger_script │ │ │ │ +015a1ae0: 5f30 7f32 3030 3130 3835 360a 5265 663a _0.20010856.Ref: │ │ │ │ +015a1af0: 2031 3531 667f 3230 3031 3038 3538 0a52 151f.20010858.R │ │ │ │ +015a1b00: 6566 3a20 6c69 6272 6172 792f 7379 7320 ef: library/sys │ │ │ │ +015a1b10: 7363 7269 7074 5f70 6174 687f 3230 3031 script_path.2001 │ │ │ │ +015a1b20: 3038 3630 0a52 6566 3a20 3565 317f 3230 0860.Ref: 5e1.20 │ │ │ │ +015a1b30: 3031 3038 3632 0a52 6566 3a20 3435 6330 010862.Ref: 45c0 │ │ │ │ +015a1b40: 7f32 3030 3130 3836 340a 5265 663a 2034 .20010864.Ref: 4 │ │ │ │ +015a1b50: 3562 637f 3230 3031 3038 3636 0a52 6566 5bc.20010866.Ref │ │ │ │ +015a1b60: 3a20 6c69 6272 6172 792f 5f74 6872 6561 : library/_threa │ │ │ │ +015a1b70: 6420 7374 6172 745f 6e65 775f 7468 7265 d start_new_thre │ │ │ │ +015a1b80: 6164 7f32 3030 3130 3836 380a 5265 663a ad.20010868.Ref: │ │ │ │ +015a1b90: 206c 6962 7261 7279 2f63 7479 7065 7320 library/ctypes │ │ │ │ +015a1ba0: 6175 6469 745f 6576 656e 745f 6374 7970 audit_event_ctyp │ │ │ │ +015a1bb0: 6573 5f6d 656d 6f72 7976 6965 775f 6174 es_memoryview_at │ │ │ │ +015a1bc0: 5f30 7f32 3030 3130 3837 300a 5265 663a _0.20010870.Ref: │ │ │ │ +015a1bd0: 206c 6962 7261 7279 2f73 7464 7479 7065 library/stdtype │ │ │ │ +015a1be0: 7320 7475 706c 6520 636f 756e 747f 3230 s tuple count.20 │ │ │ │ +015a1bf0: 3031 3038 3732 0a52 6566 3a20 3435 6262 010872.Ref: 45bb │ │ │ │ +015a1c00: 7f32 3030 3130 3837 340a 5265 663a 2031 .20010874.Ref: 1 │ │ │ │ +015a1c10: 3538 657f 3230 3031 3038 3736 0a52 6566 58e.20010876.Ref │ │ │ │ +015a1c20: 3a20 6c69 6272 6172 792f 7374 6474 7970 : library/stdtyp │ │ │ │ +015a1c30: 6573 2074 7570 6c65 2069 6e64 6578 7f32 es tuple index.2 │ │ │ │ +015a1c40: 3030 3130 3837 380a 5265 663a 206c 6962 0010878.Ref: lib │ │ │ │ +015a1c50: 7261 7279 2f75 6e69 7474 6573 7420 756e rary/unittest un │ │ │ │ +015a1c60: 6974 7465 7374 2074 6561 7244 6f77 6e4d ittest tearDownM │ │ │ │ +015a1c70: 6f64 756c 657f 3230 3031 3038 3830 0a52 odule.20010880.R │ │ │ │ +015a1c80: 6566 3a20 3138 3837 7f32 3030 3130 3838 ef: 1887.2001088 │ │ │ │ +015a1c90: 320a 5265 663a 2034 3562 387f 3230 3031 2.Ref: 45b8.2001 │ │ │ │ +015a1ca0: 3038 3834 0a52 6566 3a20 3165 3966 7f32 0884.Ref: 1e9f.2 │ │ │ │ +015a1cb0: 3030 3130 3838 360a 5265 663a 2075 7369 0010886.Ref: usi │ │ │ │ +015a1cc0: 6e67 2f63 6d64 6c69 6e65 2061 7564 6974 ng/cmdline audit │ │ │ │ +015a1cd0: 5f65 7665 6e74 5f63 7079 7468 6f6e 5f72 _event_cpython_r │ │ │ │ +015a1ce0: 756e 5f66 696c 655f 307f 3230 3031 3038 un_file_0.200108 │ │ │ │ 015a1cf0: 3838 0a1f 0a45 6e64 2054 6167 2054 6162 88...End Tag Tab │ │ │ │ 015a1d00: 6c65 0a0a 1f0a 4c6f 6361 6c20 5661 7269 le....Local Vari │ │ │ │ 015a1d10: 6162 6c65 733a 0a63 6f64 696e 673a 2075 ables:.coding: u │ │ │ │ 015a1d20: 7466 2d38 0a45 6e64 3a0a tf-8.End:.