--- /srv/rebuilderd/tmp/rebuilderdXxGCC0/inputs/python3.14-doc_3.14.6-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdXxGCC0/out/python3.14-doc_3.14.6-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-06-10 18:54:31.000000 debian-binary │ -rw-r--r-- 0 0 0 27604 2026-06-10 18:54:31.000000 control.tar.xz │ --rw-r--r-- 0 0 0 16442992 2026-06-10 18:54:31.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 16442968 2026-06-10 18:54:31.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1198,15 +1198,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 795 2026-06-10 18:54:31.000000 ./usr/share/doc-base/python3.14-doc.python3.14-ext │ │ │ -rw-r--r-- 0 root (0) root (0) 688 2026-06-10 18:54:31.000000 ./usr/share/doc-base/python3.14-doc.python3.14-lib │ │ │ -rw-r--r-- 0 root (0) root (0) 326 2026-06-10 18:54:31.000000 ./usr/share/doc-base/python3.14-doc.python3.14-new │ │ │ -rw-r--r-- 0 root (0) root (0) 905 2026-06-10 18:54:31.000000 ./usr/share/doc-base/python3.14-doc.python3.14-ref │ │ │ -rw-r--r-- 0 root (0) root (0) 547 2026-06-10 18:54:31.000000 ./usr/share/doc-base/python3.14-doc.python3.14-tut │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/info/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/info/python3.14/ │ │ │ --rw-r--r-- 0 root (0) root (0) 5677859 2026-06-10 18:54:31.000000 ./usr/share/info/python3.14.info.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 5677854 2026-06-10 18:54:31.000000 ./usr/share/info/python3.14.info.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/lintian/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/lintian/overrides/ │ │ │ -rw-r--r-- 0 root (0) root (0) 80 2026-06-10 18:54:31.000000 ./usr/share/lintian/overrides/python3.14-doc │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/devhelp/books/python3.14 -> ../../doc/python3.14/html │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/doc/python3.14/html/_static/jquery.js -> ../../../../javascript/jquery/jquery.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/doc/python3.14/html/_static/underscore.js -> ../../../../javascript/underscore/underscore.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-06-10 18:54:31.000000 ./usr/share/doc/python3.14-doc/html -> ../python3.14/html │ │ ├── ./usr/share/doc/python3.14/html/library/audit_events.html │ │ │ @@ -289,15 +289,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 │ │ │ @@ -333,15 +333,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 │ │ │ @@ -1038,15 +1038,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 │ │ │ │ @@ -1461570,97 +1461570,97 @@ │ │ │ │ 0164d410: 5265 663a 2035 6137 647f 3138 3338 3433 Ref: 5a7d.183843 │ │ │ │ 0164d420: 3439 0a52 6566 3a20 5a73 7461 6e64 6172 49.Ref: Zstandar │ │ │ │ 0164d430: 6420 6269 6e64 696e 6773 2d46 6f6f 746e d bindings-Footn │ │ │ │ 0164d440: 6f74 652d 317f 3138 3338 3632 3838 0a4e ote-1.18386288.N │ │ │ │ 0164d450: 6f64 653a 2050 7974 686f 6e20 4d6f 6475 ode: Python Modu │ │ │ │ 0164d460: 6c65 2049 6e64 6578 7f31 3833 3836 3333 le Index.1838633 │ │ │ │ 0164d470: 310a 4e6f 6465 3a20 496e 6465 787f 3138 1.Node: Index.18 │ │ │ │ -0164d480: 3430 3630 3138 0a52 6566 3a20 3139 6232 406018.Ref: 19b2 │ │ │ │ -0164d490: 7f32 3036 3034 3231 370a 5265 663a 2032 .20604217.Ref: 2 │ │ │ │ -0164d4a0: 3035 347f 3230 3630 3432 3138 0a52 6566 054.20604218.Ref │ │ │ │ -0164d4b0: 3a20 3437 6435 7f32 3036 3034 3232 300a : 47d5.20604220. │ │ │ │ -0164d4c0: 5265 663a 206c 6962 7261 7279 2f73 7464 Ref: library/std │ │ │ │ -0164d4d0: 7479 7065 7320 6c69 7374 2069 6e73 6572 types list inser │ │ │ │ -0164d4e0: 747f 3230 3630 3432 3232 0a52 6566 3a20 t.20604222.Ref: │ │ │ │ -0164d4f0: 6c69 6272 6172 792f 7469 6d65 2061 7564 library/time aud │ │ │ │ -0164d500: 6974 5f65 7665 6e74 5f74 696d 655f 736c it_event_time_sl │ │ │ │ -0164d510: 6565 705f 307f 3230 3630 3432 3234 0a52 eep_0.20604224.R │ │ │ │ -0164d520: 6566 3a20 6c69 6272 6172 792f 7374 6474 ef: library/stdt │ │ │ │ -0164d530: 7970 6573 2072 616e 6765 2069 6e64 6578 ypes range index │ │ │ │ -0164d540: 7f32 3036 3034 3232 360a 5265 663a 2075 .20604226.Ref: u │ │ │ │ -0164d550: 7369 6e67 2f63 6d64 6c69 6e65 2061 7564 sing/cmdline aud │ │ │ │ -0164d560: 6974 5f65 7665 6e74 5f63 7079 7468 6f6e it_event_cpython │ │ │ │ -0164d570: 5f72 756e 5f73 7464 696e 5f32 7f32 3036 _run_stdin_2.206 │ │ │ │ -0164d580: 3034 3232 380a 5265 663a 206c 6962 7261 04228.Ref: libra │ │ │ │ -0164d590: 7279 2f73 7464 7479 7065 7320 7475 706c ry/stdtypes tupl │ │ │ │ -0164d5a0: 6520 636f 756e 747f 3230 3630 3432 3330 e count.20604230 │ │ │ │ -0164d5b0: 0a52 6566 3a20 6c69 6272 6172 792f 7379 .Ref: library/sy │ │ │ │ -0164d5c0: 7320 7363 7269 7074 5f70 6174 687f 3230 s script_path.20 │ │ │ │ -0164d5d0: 3630 3432 3332 0a52 6566 3a20 3437 6338 604232.Ref: 47c8 │ │ │ │ -0164d5e0: 7f32 3036 3034 3233 340a 5265 663a 2034 .20604234.Ref: 4 │ │ │ │ -0164d5f0: 3764 337f 3230 3630 3432 3336 0a52 6566 7d3.20604236.Ref │ │ │ │ -0164d600: 3a20 3437 6339 7f32 3036 3034 3233 380a : 47c9.20604238. │ │ │ │ -0164d610: 5265 663a 206c 6962 7261 7279 2f73 7464 Ref: library/std │ │ │ │ -0164d620: 7479 7065 7320 6c69 7374 2072 656d 6f76 types list remov │ │ │ │ -0164d630: 657f 3230 3630 3432 3430 0a52 6566 3a20 e.20604240.Ref: │ │ │ │ +0164d480: 3430 3630 3138 0a52 6566 3a20 3630 617f 406018.Ref: 60a. │ │ │ │ +0164d490: 3230 3630 3432 3137 0a52 6566 3a20 3437 20604217.Ref: 47 │ │ │ │ +0164d4a0: 6363 7f32 3036 3034 3231 380a 5265 663a cc.20604218.Ref: │ │ │ │ +0164d4b0: 2034 3763 617f 3230 3630 3432 3230 0a52 47ca.20604220.R │ │ │ │ +0164d4c0: 6566 3a20 3437 6338 7f32 3036 3034 3232 ef: 47c8.2060422 │ │ │ │ +0164d4d0: 320a 5265 663a 2036 3039 7f32 3036 3034 2.Ref: 609.20604 │ │ │ │ +0164d4e0: 3232 340a 5265 663a 206c 6962 7261 7279 224.Ref: library │ │ │ │ +0164d4f0: 2f73 7464 7479 7065 7320 7475 706c 6520 /stdtypes tuple │ │ │ │ +0164d500: 696e 6465 787f 3230 3630 3432 3236 0a52 index.20604226.R │ │ │ │ +0164d510: 6566 3a20 6c69 6272 6172 792f 7379 7320 ef: library/sys │ │ │ │ +0164d520: 7363 7269 7074 5f70 6174 687f 3230 3630 script_path.2060 │ │ │ │ +0164d530: 3432 3238 0a52 6566 3a20 6c69 6272 6172 4228.Ref: librar │ │ │ │ +0164d540: 792f 5f74 6872 6561 6420 7374 6172 745f y/_thread start_ │ │ │ │ +0164d550: 6e65 775f 7468 7265 6164 7f32 3036 3034 new_thread.20604 │ │ │ │ +0164d560: 3233 300a 5265 663a 206c 6962 7261 7279 230.Ref: library │ │ │ │ +0164d570: 2f73 7464 7479 7065 7320 6c69 7374 2070 /stdtypes list p │ │ │ │ +0164d580: 6f70 7f32 3036 3034 3233 320a 5265 663a op.20604232.Ref: │ │ │ │ +0164d590: 206c 6962 7261 7279 2f74 696d 6520 6175 library/time au │ │ │ │ +0164d5a0: 6469 745f 6576 656e 745f 7469 6d65 5f73 dit_event_time_s │ │ │ │ +0164d5b0: 6c65 6570 5f30 7f32 3036 3034 3233 340a leep_0.20604234. │ │ │ │ +0164d5c0: 5265 663a 206c 6962 7261 7279 2f73 7464 Ref: library/std │ │ │ │ +0164d5d0: 7479 7065 7320 6c69 7374 2063 6c65 6172 types list clear │ │ │ │ +0164d5e0: 7f32 3036 3034 3233 360a 5265 663a 206c .20604236.Ref: l │ │ │ │ +0164d5f0: 6962 7261 7279 2f61 7379 6e63 696f 2061 ibrary/asyncio a │ │ │ │ +0164d600: 7564 6974 5f65 7665 6e74 5f63 7079 7468 udit_event_cpyth │ │ │ │ +0164d610: 6f6e 5f72 756e 5f73 7464 696e 5f30 7f32 on_run_stdin_0.2 │ │ │ │ +0164d620: 3036 3034 3233 380a 5265 663a 2032 6135 0604238.Ref: 2a5 │ │ │ │ +0164d630: 317f 3230 3630 3432 3430 0a52 6566 3a20 1.20604240.Ref: │ │ │ │ 0164d640: 6c69 6272 6172 792f 7374 6474 7970 6573 library/stdtypes │ │ │ │ -0164d650: 206c 6973 7420 6170 7065 6e64 7f32 3036 list append.206 │ │ │ │ -0164d660: 3034 3234 320a 5265 663a 206c 6962 7261 04242.Ref: libra │ │ │ │ -0164d670: 7279 2f5f 7468 7265 6164 2073 7461 7274 ry/_thread start │ │ │ │ -0164d680: 5f6e 6577 5f74 6872 6561 647f 3230 3630 _new_thread.2060 │ │ │ │ -0164d690: 3432 3434 0a52 6566 3a20 3437 6362 7f32 4244.Ref: 47cb.2 │ │ │ │ -0164d6a0: 3036 3034 3234 360a 5265 663a 206c 6962 0604246.Ref: lib │ │ │ │ -0164d6b0: 7261 7279 2f73 7464 7479 7065 7320 6c69 rary/stdtypes li │ │ │ │ -0164d6c0: 7374 2070 6f70 7f32 3036 3034 3234 380a st pop.20604248. │ │ │ │ -0164d6d0: 5265 663a 206c 6962 7261 7279 2f75 6e69 Ref: library/uni │ │ │ │ -0164d6e0: 7474 6573 7420 756e 6974 7465 7374 2074 ttest unittest t │ │ │ │ -0164d6f0: 6561 7244 6f77 6e4d 6f64 756c 657f 3230 earDownModule.20 │ │ │ │ -0164d700: 3630 3432 3530 0a52 6566 3a20 3630 397f 604250.Ref: 609. │ │ │ │ -0164d710: 3230 3630 3432 3532 0a52 6566 3a20 7573 20604252.Ref: us │ │ │ │ -0164d720: 696e 672f 636d 646c 696e 6520 6175 6469 ing/cmdline audi │ │ │ │ -0164d730: 745f 6576 656e 745f 6370 7974 686f 6e5f t_event_cpython_ │ │ │ │ -0164d740: 7275 6e5f 7374 6469 6e5f 317f 3230 3630 run_stdin_1.2060 │ │ │ │ -0164d750: 3432 3534 0a52 6566 3a20 6c69 6272 6172 4254.Ref: librar │ │ │ │ -0164d760: 792f 7374 6474 7970 6573 2074 7570 6c65 y/stdtypes tuple │ │ │ │ -0164d770: 2069 6e64 6578 7f32 3036 3034 3235 360a index.20604256. │ │ │ │ -0164d780: 5265 663a 2034 3763 617f 3230 3630 3432 Ref: 47ca.206042 │ │ │ │ -0164d790: 3538 0a52 6566 3a20 6c69 6272 6172 792f 58.Ref: library/ │ │ │ │ -0164d7a0: 7374 6474 7970 6573 206c 6973 7420 636f stdtypes list co │ │ │ │ -0164d7b0: 7079 7f32 3036 3034 3236 300a 5265 663a py.20604260.Ref: │ │ │ │ -0164d7c0: 2031 3564 347f 3230 3630 3432 3632 0a52 15d4.20604262.R │ │ │ │ -0164d7d0: 6566 3a20 6c69 6272 6172 792f 6374 7970 ef: library/ctyp │ │ │ │ -0164d7e0: 6573 2061 7564 6974 5f65 7665 6e74 5f63 es audit_event_c │ │ │ │ -0164d7f0: 7479 7065 735f 6d65 6d6f 7279 7669 6577 types_memoryview │ │ │ │ -0164d800: 5f61 745f 307f 3230 3630 3432 3634 0a52 _at_0.20604264.R │ │ │ │ -0164d810: 6566 3a20 3261 3531 7f32 3036 3034 3236 ef: 2a51.2060426 │ │ │ │ -0164d820: 360a 5265 663a 206c 6962 7261 7279 2f73 6.Ref: library/s │ │ │ │ -0164d830: 7464 7479 7065 7320 6c69 7374 2063 6c65 tdtypes list cle │ │ │ │ -0164d840: 6172 7f32 3036 3034 3236 380a 5265 663a ar.20604268.Ref: │ │ │ │ -0164d850: 2031 3361 397f 3230 3630 3432 3730 0a52 13a9.20604270.R │ │ │ │ -0164d860: 6566 3a20 6c69 6272 6172 792f 7374 6474 ef: library/stdt │ │ │ │ -0164d870: 7970 6573 206c 6973 7420 6578 7465 6e64 ypes list extend │ │ │ │ -0164d880: 7f32 3036 3034 3237 320a 5265 663a 2031 .20604272.Ref: 1 │ │ │ │ -0164d890: 3564 337f 3230 3630 3432 3734 0a52 6566 5d3.20604274.Ref │ │ │ │ -0164d8a0: 3a20 3437 6334 7f32 3036 3034 3237 360a : 47c4.20604276. │ │ │ │ -0164d8b0: 5265 663a 206c 6962 7261 7279 2f73 7973 Ref: library/sys │ │ │ │ -0164d8c0: 2061 7564 6974 5f65 7665 6e74 5f63 7079 audit_event_cpy │ │ │ │ -0164d8d0: 7468 6f6e 5f72 656d 6f74 655f 6465 6275 thon_remote_debu │ │ │ │ -0164d8e0: 6767 6572 5f73 6372 6970 745f 307f 3230 gger_script_0.20 │ │ │ │ -0164d8f0: 3630 3432 3738 0a52 6566 3a20 3437 6337 604278.Ref: 47c7 │ │ │ │ -0164d900: 7f32 3036 3034 3238 300a 5265 663a 206c .20604280.Ref: l │ │ │ │ -0164d910: 6962 7261 7279 2f61 7379 6e63 696f 2061 ibrary/asyncio a │ │ │ │ -0164d920: 7564 6974 5f65 7665 6e74 5f63 7079 7468 udit_event_cpyth │ │ │ │ -0164d930: 6f6e 5f72 756e 5f73 7464 696e 5f30 7f32 on_run_stdin_0.2 │ │ │ │ -0164d940: 3036 3034 3238 320a 5265 663a 2031 6139 0604282.Ref: 1a9 │ │ │ │ -0164d950: 327f 3230 3630 3432 3834 0a52 6566 3a20 2.20604284.Ref: │ │ │ │ -0164d960: 3437 6363 7f32 3036 3034 3238 360a 5265 47cc.20604286.Re │ │ │ │ -0164d970: 663a 2031 3534 377f 3230 3630 3432 3838 f: 1547.20604288 │ │ │ │ -0164d980: 0a52 6566 3a20 3630 617f 3230 3630 3432 .Ref: 60a.206042 │ │ │ │ -0164d990: 3930 0a52 6566 3a20 7573 696e 672f 636d 90.Ref: using/cm │ │ │ │ -0164d9a0: 646c 696e 6520 6175 6469 745f 6576 656e dline audit_even │ │ │ │ -0164d9b0: 745f 6370 7974 686f 6e5f 7275 6e5f 6669 t_cpython_run_fi │ │ │ │ -0164d9c0: 6c65 5f30 7f32 3036 3034 3239 320a 5265 le_0.20604292.Re │ │ │ │ -0164d9d0: 663a 2038 6536 7f32 3036 3034 3239 340a f: 8e6.20604294. │ │ │ │ +0164d650: 2074 7570 6c65 2063 6f75 6e74 7f32 3036 tuple count.206 │ │ │ │ +0164d660: 3034 3234 320a 5265 663a 2038 6536 7f32 04242.Ref: 8e6.2 │ │ │ │ +0164d670: 3036 3034 3234 340a 5265 663a 2031 6139 0604244.Ref: 1a9 │ │ │ │ +0164d680: 327f 3230 3630 3432 3436 0a52 6566 3a20 2.20604246.Ref: │ │ │ │ +0164d690: 7573 696e 672f 636d 646c 696e 6520 6175 using/cmdline au │ │ │ │ +0164d6a0: 6469 745f 6576 656e 745f 6370 7974 686f dit_event_cpytho │ │ │ │ +0164d6b0: 6e5f 7275 6e5f 7374 6469 6e5f 307f 3230 n_run_stdin_0.20 │ │ │ │ +0164d6c0: 3630 3432 3438 0a52 6566 3a20 6c69 6272 604248.Ref: libr │ │ │ │ +0164d6d0: 6172 792f 7374 6474 7970 6573 206c 6973 ary/stdtypes lis │ │ │ │ +0164d6e0: 7420 6170 7065 6e64 7f32 3036 3034 3235 t append.2060425 │ │ │ │ +0164d6f0: 300a 5265 663a 2034 3763 397f 3230 3630 0.Ref: 47c9.2060 │ │ │ │ +0164d700: 3432 3532 0a52 6566 3a20 6c69 6272 6172 4252.Ref: librar │ │ │ │ +0164d710: 792f 7374 6474 7970 6573 2072 616e 6765 y/stdtypes range │ │ │ │ +0164d720: 2069 6e64 6578 7f32 3036 3034 3235 340a index.20604254. │ │ │ │ +0164d730: 5265 663a 2034 3763 627f 3230 3630 3432 Ref: 47cb.206042 │ │ │ │ +0164d740: 3536 0a52 6566 3a20 6c69 6272 6172 792f 56.Ref: library/ │ │ │ │ +0164d750: 756e 6974 7465 7374 2075 6e69 7474 6573 unittest unittes │ │ │ │ +0164d760: 7420 7465 6172 446f 776e 4d6f 6475 6c65 t tearDownModule │ │ │ │ +0164d770: 7f32 3036 3034 3235 380a 5265 663a 2031 .20604258.Ref: 1 │ │ │ │ +0164d780: 3534 377f 3230 3630 3432 3630 0a52 6566 547.20604260.Ref │ │ │ │ +0164d790: 3a20 3230 3534 7f32 3036 3034 3236 320a : 2054.20604262. │ │ │ │ +0164d7a0: 5265 663a 206c 6962 7261 7279 2f73 7464 Ref: library/std │ │ │ │ +0164d7b0: 7479 7065 7320 6c69 7374 2072 656d 6f76 types list remov │ │ │ │ +0164d7c0: 657f 3230 3630 3432 3634 0a52 6566 3a20 e.20604264.Ref: │ │ │ │ +0164d7d0: 6c69 6272 6172 792f 7374 6474 7970 6573 library/stdtypes │ │ │ │ +0164d7e0: 206c 6973 7420 6578 7465 6e64 7f32 3036 list extend.206 │ │ │ │ +0164d7f0: 3034 3236 360a 5265 663a 206c 6962 7261 04266.Ref: libra │ │ │ │ +0164d800: 7279 2f63 7479 7065 7320 6175 6469 745f ry/ctypes audit_ │ │ │ │ +0164d810: 6576 656e 745f 6374 7970 6573 5f6d 656d event_ctypes_mem │ │ │ │ +0164d820: 6f72 7976 6965 775f 6174 5f30 7f32 3036 oryview_at_0.206 │ │ │ │ +0164d830: 3034 3236 380a 5265 663a 2075 7369 6e67 04268.Ref: using │ │ │ │ +0164d840: 2f63 6d64 6c69 6e65 2061 7564 6974 5f65 /cmdline audit_e │ │ │ │ +0164d850: 7665 6e74 5f63 7079 7468 6f6e 5f72 756e vent_cpython_run │ │ │ │ +0164d860: 5f73 7464 696e 5f31 7f32 3036 3034 3237 _stdin_1.2060427 │ │ │ │ +0164d870: 300a 5265 663a 206c 6962 7261 7279 2f73 0.Ref: library/s │ │ │ │ +0164d880: 7973 2061 7564 6974 5f65 7665 6e74 5f63 ys audit_event_c │ │ │ │ +0164d890: 7079 7468 6f6e 5f72 656d 6f74 655f 6465 python_remote_de │ │ │ │ +0164d8a0: 6275 6767 6572 5f73 6372 6970 745f 307f bugger_script_0. │ │ │ │ +0164d8b0: 3230 3630 3432 3732 0a52 6566 3a20 6c69 20604272.Ref: li │ │ │ │ +0164d8c0: 6272 6172 792f 7374 6474 7970 6573 206c brary/stdtypes l │ │ │ │ +0164d8d0: 6973 7420 636f 7079 7f32 3036 3034 3237 ist copy.2060427 │ │ │ │ +0164d8e0: 340a 5265 663a 2031 3361 397f 3230 3630 4.Ref: 13a9.2060 │ │ │ │ +0164d8f0: 3432 3736 0a52 6566 3a20 6c69 6272 6172 4276.Ref: librar │ │ │ │ +0164d900: 792f 7374 6474 7970 6573 206c 6973 7420 y/stdtypes list │ │ │ │ +0164d910: 696e 7365 7274 7f32 3036 3034 3237 380a insert.20604278. │ │ │ │ +0164d920: 5265 663a 2031 3564 347f 3230 3630 3432 Ref: 15d4.206042 │ │ │ │ +0164d930: 3830 0a52 6566 3a20 3437 6435 7f32 3036 80.Ref: 47d5.206 │ │ │ │ +0164d940: 3034 3238 320a 5265 663a 2034 3764 337f 04282.Ref: 47d3. │ │ │ │ +0164d950: 3230 3630 3432 3834 0a52 6566 3a20 3139 20604284.Ref: 19 │ │ │ │ +0164d960: 6232 7f32 3036 3034 3238 360a 5265 663a b2.20604286.Ref: │ │ │ │ +0164d970: 2034 3763 377f 3230 3630 3432 3838 0a52 47c7.20604288.R │ │ │ │ +0164d980: 6566 3a20 3437 6334 7f32 3036 3034 3239 ef: 47c4.2060429 │ │ │ │ +0164d990: 300a 5265 663a 2075 7369 6e67 2f63 6d64 0.Ref: using/cmd │ │ │ │ +0164d9a0: 6c69 6e65 2061 7564 6974 5f65 7665 6e74 line audit_event │ │ │ │ +0164d9b0: 5f63 7079 7468 6f6e 5f72 756e 5f66 696c _cpython_run_fil │ │ │ │ +0164d9c0: 655f 307f 3230 3630 3432 3932 0a52 6566 e_0.20604292.Ref │ │ │ │ +0164d9d0: 3a20 3135 6433 7f32 3036 3034 3239 340a : 15d3.20604294. │ │ │ │ 0164d9e0: 1f0a 456e 6420 5461 6720 5461 626c 650a ..End Tag Table. │ │ │ │ 0164d9f0: 0a1f 0a4c 6f63 616c 2056 6172 6961 626c ...Local Variabl │ │ │ │ 0164da00: 6573 3a0a 636f 6469 6e67 3a20 7574 662d es:.coding: utf- │ │ │ │ 0164da10: 380a 456e 643a 0a 8.End:.