--- /srv/rebuilderd/tmp/rebuilderdT5s5dC/inputs/python3.14-doc_3.14.2-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdT5s5dC/out/python3.14-doc_3.14.2-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-12-06 13:20:08.000000 debian-binary │ --rw-r--r-- 0 0 0 27036 2025-12-06 13:20:08.000000 control.tar.xz │ --rw-r--r-- 0 0 0 16309832 2025-12-06 13:20:08.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 27048 2025-12-06 13:20:08.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 16309732 2025-12-06 13:20:08.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1175,15 +1175,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 795 2025-12-06 13:20:08.000000 ./usr/share/doc-base/python3.14-doc.python3.14-ext │ │ │ -rw-r--r-- 0 root (0) root (0) 688 2025-12-06 13:20:08.000000 ./usr/share/doc-base/python3.14-doc.python3.14-lib │ │ │ -rw-r--r-- 0 root (0) root (0) 326 2025-12-06 13:20:08.000000 ./usr/share/doc-base/python3.14-doc.python3.14-new │ │ │ -rw-r--r-- 0 root (0) root (0) 905 2025-12-06 13:20:08.000000 ./usr/share/doc-base/python3.14-doc.python3.14-ref │ │ │ -rw-r--r-- 0 root (0) root (0) 547 2025-12-06 13:20:08.000000 ./usr/share/doc-base/python3.14-doc.python3.14-tut │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/info/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/info/python3.14/ │ │ │ --rw-r--r-- 0 root (0) root (0) 5589669 2025-12-06 13:20:08.000000 ./usr/share/info/python3.14.info.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 5589663 2025-12-06 13:20:08.000000 ./usr/share/info/python3.14.info.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/lintian/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/lintian/overrides/ │ │ │ -rw-r--r-- 0 root (0) root (0) 80 2025-12-06 13:20:08.000000 ./usr/share/lintian/overrides/python3.14-doc │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/devhelp/books/python3.14 -> ../../doc/python3.14/html │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/doc/python3.14/html/_static/jquery.js -> ../../../../javascript/jquery/jquery.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-12-06 13:20:08.000000 ./usr/share/doc/python3.14/html/_static/underscore.js -> ../../../../javascript/underscore/underscore.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-12-06 13:20:08.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 │ │ │ │ @@ -1436828,93 +1436828,93 @@ │ │ │ │ 015ec9b0: 667f 3138 3036 3438 3839 0a52 6566 3a20 f.18064889.Ref: │ │ │ │ 015ec9c0: 5a73 7461 6e64 6172 6420 6269 6e64 696e Zstandard bindin │ │ │ │ 015ec9d0: 6773 2d46 6f6f 746e 6f74 652d 317f 3138 gs-Footnote-1.18 │ │ │ │ 015ec9e0: 3036 3638 3238 0a4e 6f64 653a 2050 7974 066828.Node: Pyt │ │ │ │ 015ec9f0: 686f 6e20 4d6f 6475 6c65 2049 6e64 6578 hon Module Index │ │ │ │ 015eca00: 7f31 3830 3636 3837 310a 4e6f 6465 3a20 .18066871.Node: │ │ │ │ 015eca10: 496e 6465 787f 3138 3038 3635 3538 0a52 Index.18086558.R │ │ │ │ -015eca20: 6566 3a20 6c69 6272 6172 792f 6173 796e ef: library/asyn │ │ │ │ -015eca30: 6369 6f20 6175 6469 745f 6576 656e 745f cio audit_event_ │ │ │ │ -015eca40: 6370 7974 686f 6e5f 7275 6e5f 7374 6469 cpython_run_stdi │ │ │ │ -015eca50: 6e5f 307f 3230 3237 3030 3931 0a52 6566 n_0.20270091.Ref │ │ │ │ -015eca60: 3a20 6c69 6272 6172 792f 7374 6474 7970 : library/stdtyp │ │ │ │ -015eca70: 6573 206c 6973 7420 636c 6561 727f 3230 es list clear.20 │ │ │ │ -015eca80: 3237 3030 3932 0a52 6566 3a20 7573 696e 270092.Ref: usin │ │ │ │ -015eca90: 672f 636d 646c 696e 6520 6175 6469 745f g/cmdline audit_ │ │ │ │ -015ecaa0: 6576 656e 745f 6370 7974 686f 6e5f 7275 event_cpython_ru │ │ │ │ -015ecab0: 6e5f 7374 6469 6e5f 327f 3230 3237 3030 n_stdin_2.202700 │ │ │ │ -015ecac0: 3934 0a52 6566 3a20 7573 696e 672f 636d 94.Ref: using/cm │ │ │ │ -015ecad0: 646c 696e 6520 6175 6469 745f 6576 656e dline audit_even │ │ │ │ -015ecae0: 745f 6370 7974 686f 6e5f 7275 6e5f 7374 t_cpython_run_st │ │ │ │ -015ecaf0: 6469 6e5f 317f 3230 3237 3030 3936 0a52 din_1.20270096.R │ │ │ │ -015ecb00: 6566 3a20 3436 3730 7f32 3032 3730 3039 ef: 4670.2027009 │ │ │ │ -015ecb10: 380a 5265 663a 206c 6962 7261 7279 2f73 8.Ref: library/s │ │ │ │ -015ecb20: 7464 7479 7065 7320 6c69 7374 2061 7070 tdtypes list app │ │ │ │ -015ecb30: 656e 647f 3230 3237 3031 3030 0a52 6566 end.20270100.Ref │ │ │ │ -015ecb40: 3a20 6c69 6272 6172 792f 7374 6474 7970 : library/stdtyp │ │ │ │ -015ecb50: 6573 2072 616e 6765 2069 6e64 6578 7f32 es range index.2 │ │ │ │ -015ecb60: 3032 3730 3130 320a 5265 663a 206c 6962 0270102.Ref: lib │ │ │ │ -015ecb70: 7261 7279 2f73 7973 2073 6372 6970 745f rary/sys script_ │ │ │ │ -015ecb80: 7061 7468 7f32 3032 3730 3130 340a 5265 path.20270104.Re │ │ │ │ -015ecb90: 663a 2075 7369 6e67 2f63 6d64 6c69 6e65 f: using/cmdline │ │ │ │ -015ecba0: 2061 7564 6974 5f65 7665 6e74 5f63 7079 audit_event_cpy │ │ │ │ -015ecbb0: 7468 6f6e 5f72 756e 5f66 696c 655f 307f thon_run_file_0. │ │ │ │ -015ecbc0: 3230 3237 3031 3036 0a52 6566 3a20 3135 20270106.Ref: 15 │ │ │ │ -015ecbd0: 3431 7f32 3032 3730 3130 380a 5265 663a 41.20270108.Ref: │ │ │ │ -015ecbe0: 206c 6962 7261 7279 2f73 7973 2061 7564 library/sys aud │ │ │ │ -015ecbf0: 6974 5f65 7665 6e74 5f63 7079 7468 6f6e it_event_cpython │ │ │ │ -015ecc00: 5f72 656d 6f74 655f 6465 6275 6767 6572 _remote_debugger │ │ │ │ -015ecc10: 5f73 6372 6970 745f 307f 3230 3237 3031 _script_0.202701 │ │ │ │ -015ecc20: 3130 0a52 6566 3a20 3436 3634 7f32 3032 10.Ref: 4664.202 │ │ │ │ -015ecc30: 3730 3131 320a 5265 663a 2034 3636 377f 70112.Ref: 4667. │ │ │ │ -015ecc40: 3230 3237 3031 3134 0a52 6566 3a20 3135 20270114.Ref: 15 │ │ │ │ -015ecc50: 6364 7f32 3032 3730 3131 360a 5265 663a cd.20270116.Ref: │ │ │ │ -015ecc60: 2031 3964 387f 3230 3237 3031 3138 0a52 19d8.20270118.R │ │ │ │ -015ecc70: 6566 3a20 3436 3639 7f32 3032 3730 3132 ef: 4669.2027012 │ │ │ │ -015ecc80: 300a 5265 663a 206c 6962 7261 7279 2f73 0.Ref: library/s │ │ │ │ -015ecc90: 7464 7479 7065 7320 6c69 7374 2069 6e73 tdtypes list ins │ │ │ │ -015ecca0: 6572 747f 3230 3237 3031 3232 0a52 6566 ert.20270122.Ref │ │ │ │ -015eccb0: 3a20 3436 3631 7f32 3032 3730 3132 340a : 4661.20270124. │ │ │ │ -015eccc0: 5265 663a 206c 6962 7261 7279 2f73 7464 Ref: library/std │ │ │ │ -015eccd0: 7479 7065 7320 6c69 7374 2072 656d 6f76 types list remov │ │ │ │ -015ecce0: 657f 3230 3237 3031 3236 0a52 6566 3a20 e.20270126.Ref: │ │ │ │ -015eccf0: 6c69 6272 6172 792f 6374 7970 6573 2061 library/ctypes a │ │ │ │ -015ecd00: 7564 6974 5f65 7665 6e74 5f63 7479 7065 udit_event_ctype │ │ │ │ -015ecd10: 735f 6d65 6d6f 7279 7669 6577 5f61 745f s_memoryview_at_ │ │ │ │ -015ecd20: 307f 3230 3237 3031 3238 0a52 6566 3a20 0.20270128.Ref: │ │ │ │ -015ecd30: 3139 3031 7f32 3032 3730 3133 300a 5265 1901.20270130.Re │ │ │ │ -015ecd40: 663a 206c 6962 7261 7279 2f73 7464 7479 f: library/stdty │ │ │ │ -015ecd50: 7065 7320 7475 706c 6520 636f 756e 747f pes tuple count. │ │ │ │ -015ecd60: 3230 3237 3031 3332 0a52 6566 3a20 6c69 20270132.Ref: li │ │ │ │ -015ecd70: 6272 6172 792f 7469 6d65 2061 7564 6974 brary/time audit │ │ │ │ -015ecd80: 5f65 7665 6e74 5f74 696d 655f 736c 6565 _event_time_slee │ │ │ │ -015ecd90: 705f 307f 3230 3237 3031 3334 0a52 6566 p_0.20270134.Ref │ │ │ │ -015ecda0: 3a20 3630 327f 3230 3237 3031 3336 0a52 : 602.20270136.R │ │ │ │ -015ecdb0: 6566 3a20 3436 3636 7f32 3032 3730 3133 ef: 4666.2027013 │ │ │ │ -015ecdc0: 380a 5265 663a 2034 3637 327f 3230 3237 8.Ref: 4672.2027 │ │ │ │ -015ecdd0: 3031 3430 0a52 6566 3a20 3135 6365 7f32 0140.Ref: 15ce.2 │ │ │ │ -015ecde0: 3032 3730 3134 320a 5265 663a 2038 6466 0270142.Ref: 8df │ │ │ │ -015ecdf0: 7f32 3032 3730 3134 340a 5265 663a 2034 .20270144.Ref: 4 │ │ │ │ -015ece00: 3636 387f 3230 3237 3031 3436 0a52 6566 668.20270146.Ref │ │ │ │ -015ece10: 3a20 3166 3237 7f32 3032 3730 3134 380a : 1f27.20270148. │ │ │ │ -015ece20: 5265 663a 206c 6962 7261 7279 2f5f 7468 Ref: library/_th │ │ │ │ -015ece30: 7265 6164 2073 7461 7274 5f6e 6577 5f74 read start_new_t │ │ │ │ -015ece40: 6872 6561 647f 3230 3237 3031 3530 0a52 hread.20270150.R │ │ │ │ -015ece50: 6566 3a20 3133 6133 7f32 3032 3730 3135 ef: 13a3.2027015 │ │ │ │ -015ece60: 320a 5265 663a 2036 3033 7f32 3032 3730 2.Ref: 603.20270 │ │ │ │ -015ece70: 3135 340a 5265 663a 206c 6962 7261 7279 154.Ref: library │ │ │ │ -015ece80: 2f73 7464 7479 7065 7320 7475 706c 6520 /stdtypes tuple │ │ │ │ -015ece90: 696e 6465 787f 3230 3237 3031 3536 0a52 index.20270156.R │ │ │ │ -015ecea0: 6566 3a20 6c69 6272 6172 792f 756e 6974 ef: library/unit │ │ │ │ -015eceb0: 7465 7374 2075 6e69 7474 6573 7420 7465 test unittest te │ │ │ │ -015ecec0: 6172 446f 776e 4d6f 6475 6c65 7f32 3032 arDownModule.202 │ │ │ │ -015eced0: 3730 3135 380a 5265 663a 2034 3636 357f 70158.Ref: 4665. │ │ │ │ -015ecee0: 3230 3237 3031 3630 0a52 6566 3a20 6c69 20270160.Ref: li │ │ │ │ -015ecef0: 6272 6172 792f 7374 6474 7970 6573 206c brary/stdtypes l │ │ │ │ -015ecf00: 6973 7420 706f 707f 3230 3237 3031 3632 ist pop.20270162 │ │ │ │ -015ecf10: 0a52 6566 3a20 6c69 6272 6172 792f 7374 .Ref: library/st │ │ │ │ -015ecf20: 6474 7970 6573 206c 6973 7420 6578 7465 dtypes list exte │ │ │ │ -015ecf30: 6e64 7f32 3032 3730 3136 340a 1f0a 456e nd.20270164...En │ │ │ │ +015eca20: 6566 3a20 6c69 6272 6172 792f 756e 6974 ef: library/unit │ │ │ │ +015eca30: 7465 7374 2075 6e69 7474 6573 7420 7465 test unittest te │ │ │ │ +015eca40: 6172 446f 776e 4d6f 6475 6c65 7f32 3032 arDownModule.202 │ │ │ │ +015eca50: 3730 3039 310a 5265 663a 206c 6962 7261 70091.Ref: libra │ │ │ │ +015eca60: 7279 2f73 7464 7479 7065 7320 7475 706c ry/stdtypes tupl │ │ │ │ +015eca70: 6520 696e 6465 787f 3230 3237 3030 3932 e index.20270092 │ │ │ │ +015eca80: 0a52 6566 3a20 6c69 6272 6172 792f 7374 .Ref: library/st │ │ │ │ +015eca90: 6474 7970 6573 2072 616e 6765 2069 6e64 dtypes range ind │ │ │ │ +015ecaa0: 6578 7f32 3032 3730 3039 340a 5265 663a ex.20270094.Ref: │ │ │ │ +015ecab0: 206c 6962 7261 7279 2f73 7464 7479 7065 library/stdtype │ │ │ │ +015ecac0: 7320 6c69 7374 2072 656d 6f76 657f 3230 s list remove.20 │ │ │ │ +015ecad0: 3237 3030 3936 0a52 6566 3a20 6c69 6272 270096.Ref: libr │ │ │ │ +015ecae0: 6172 792f 7379 7320 7363 7269 7074 5f70 ary/sys script_p │ │ │ │ +015ecaf0: 6174 687f 3230 3237 3030 3938 0a52 6566 ath.20270098.Ref │ │ │ │ +015ecb00: 3a20 6c69 6272 6172 792f 7374 6474 7970 : library/stdtyp │ │ │ │ +015ecb10: 6573 206c 6973 7420 6578 7465 6e64 7f32 es list extend.2 │ │ │ │ +015ecb20: 3032 3730 3130 300a 5265 663a 2031 6632 0270100.Ref: 1f2 │ │ │ │ +015ecb30: 377f 3230 3237 3031 3032 0a52 6566 3a20 7.20270102.Ref: │ │ │ │ +015ecb40: 3436 3730 7f32 3032 3730 3130 340a 5265 4670.20270104.Re │ │ │ │ +015ecb50: 663a 2034 3636 377f 3230 3237 3031 3036 f: 4667.20270106 │ │ │ │ +015ecb60: 0a52 6566 3a20 3630 327f 3230 3237 3031 .Ref: 602.202701 │ │ │ │ +015ecb70: 3038 0a52 6566 3a20 6c69 6272 6172 792f 08.Ref: library/ │ │ │ │ +015ecb80: 6173 796e 6369 6f20 6175 6469 745f 6576 asyncio audit_ev │ │ │ │ +015ecb90: 656e 745f 6370 7974 686f 6e5f 7275 6e5f ent_cpython_run_ │ │ │ │ +015ecba0: 7374 6469 6e5f 307f 3230 3237 3031 3130 stdin_0.20270110 │ │ │ │ +015ecbb0: 0a52 6566 3a20 3436 3638 7f32 3032 3730 .Ref: 4668.20270 │ │ │ │ +015ecbc0: 3131 320a 5265 663a 2031 3964 387f 3230 112.Ref: 19d8.20 │ │ │ │ +015ecbd0: 3237 3031 3134 0a52 6566 3a20 6c69 6272 270114.Ref: libr │ │ │ │ +015ecbe0: 6172 792f 7374 6474 7970 6573 206c 6973 ary/stdtypes lis │ │ │ │ +015ecbf0: 7420 696e 7365 7274 7f32 3032 3730 3131 t insert.2027011 │ │ │ │ +015ecc00: 360a 5265 663a 206c 6962 7261 7279 2f73 6.Ref: library/s │ │ │ │ +015ecc10: 7464 7479 7065 7320 6c69 7374 2070 6f70 tdtypes list pop │ │ │ │ +015ecc20: 7f32 3032 3730 3131 380a 5265 663a 206c .20270118.Ref: l │ │ │ │ +015ecc30: 6962 7261 7279 2f63 7479 7065 7320 6175 ibrary/ctypes au │ │ │ │ +015ecc40: 6469 745f 6576 656e 745f 6374 7970 6573 dit_event_ctypes │ │ │ │ +015ecc50: 5f6d 656d 6f72 7976 6965 775f 6174 5f30 _memoryview_at_0 │ │ │ │ +015ecc60: 7f32 3032 3730 3132 300a 5265 663a 206c .20270120.Ref: l │ │ │ │ +015ecc70: 6962 7261 7279 2f73 7464 7479 7065 7320 ibrary/stdtypes │ │ │ │ +015ecc80: 7475 706c 6520 636f 756e 747f 3230 3237 tuple count.2027 │ │ │ │ +015ecc90: 3031 3232 0a52 6566 3a20 6c69 6272 6172 0122.Ref: librar │ │ │ │ +015ecca0: 792f 7374 6474 7970 6573 206c 6973 7420 y/stdtypes list │ │ │ │ +015eccb0: 6170 7065 6e64 7f32 3032 3730 3132 340a append.20270124. │ │ │ │ +015eccc0: 5265 663a 2075 7369 6e67 2f63 6d64 6c69 Ref: using/cmdli │ │ │ │ +015eccd0: 6e65 2061 7564 6974 5f65 7665 6e74 5f63 ne audit_event_c │ │ │ │ +015ecce0: 7079 7468 6f6e 5f72 756e 5f73 7464 696e python_run_stdin │ │ │ │ +015eccf0: 5f31 7f32 3032 3730 3132 360a 5265 663a _1.20270126.Ref: │ │ │ │ +015ecd00: 2031 3563 647f 3230 3237 3031 3238 0a52 15cd.20270128.R │ │ │ │ +015ecd10: 6566 3a20 3864 667f 3230 3237 3031 3330 ef: 8df.20270130 │ │ │ │ +015ecd20: 0a52 6566 3a20 3135 6365 7f32 3032 3730 .Ref: 15ce.20270 │ │ │ │ +015ecd30: 3133 320a 5265 663a 2031 3930 317f 3230 132.Ref: 1901.20 │ │ │ │ +015ecd40: 3237 3031 3334 0a52 6566 3a20 6c69 6272 270134.Ref: libr │ │ │ │ +015ecd50: 6172 792f 7469 6d65 2061 7564 6974 5f65 ary/time audit_e │ │ │ │ +015ecd60: 7665 6e74 5f74 696d 655f 736c 6565 705f vent_time_sleep_ │ │ │ │ +015ecd70: 307f 3230 3237 3031 3336 0a52 6566 3a20 0.20270136.Ref: │ │ │ │ +015ecd80: 3436 3732 7f32 3032 3730 3133 380a 5265 4672.20270138.Re │ │ │ │ +015ecd90: 663a 2034 3636 317f 3230 3237 3031 3430 f: 4661.20270140 │ │ │ │ +015ecda0: 0a52 6566 3a20 6c69 6272 6172 792f 5f74 .Ref: library/_t │ │ │ │ +015ecdb0: 6872 6561 6420 7374 6172 745f 6e65 775f hread start_new_ │ │ │ │ +015ecdc0: 7468 7265 6164 7f32 3032 3730 3134 320a thread.20270142. │ │ │ │ +015ecdd0: 5265 663a 2034 3636 357f 3230 3237 3031 Ref: 4665.202701 │ │ │ │ +015ecde0: 3434 0a52 6566 3a20 3436 3636 7f32 3032 44.Ref: 4666.202 │ │ │ │ +015ecdf0: 3730 3134 360a 5265 663a 206c 6962 7261 70146.Ref: libra │ │ │ │ +015ece00: 7279 2f73 7464 7479 7065 7320 6c69 7374 ry/stdtypes list │ │ │ │ +015ece10: 2063 6c65 6172 7f32 3032 3730 3134 380a clear.20270148. │ │ │ │ +015ece20: 5265 663a 206c 6962 7261 7279 2f73 7973 Ref: library/sys │ │ │ │ +015ece30: 2061 7564 6974 5f65 7665 6e74 5f63 7079 audit_event_cpy │ │ │ │ +015ece40: 7468 6f6e 5f72 656d 6f74 655f 6465 6275 thon_remote_debu │ │ │ │ +015ece50: 6767 6572 5f73 6372 6970 745f 307f 3230 gger_script_0.20 │ │ │ │ +015ece60: 3237 3031 3530 0a52 6566 3a20 3436 3634 270150.Ref: 4664 │ │ │ │ +015ece70: 7f32 3032 3730 3135 320a 5265 663a 2031 .20270152.Ref: 1 │ │ │ │ +015ece80: 3361 337f 3230 3237 3031 3534 0a52 6566 3a3.20270154.Ref │ │ │ │ +015ece90: 3a20 3630 337f 3230 3237 3031 3536 0a52 : 603.20270156.R │ │ │ │ +015ecea0: 6566 3a20 7573 696e 672f 636d 646c 696e ef: using/cmdlin │ │ │ │ +015eceb0: 6520 6175 6469 745f 6576 656e 745f 6370 e audit_event_cp │ │ │ │ +015ecec0: 7974 686f 6e5f 7275 6e5f 6669 6c65 5f30 ython_run_file_0 │ │ │ │ +015eced0: 7f32 3032 3730 3135 380a 5265 663a 2034 .20270158.Ref: 4 │ │ │ │ +015ecee0: 3636 397f 3230 3237 3031 3630 0a52 6566 669.20270160.Ref │ │ │ │ +015ecef0: 3a20 7573 696e 672f 636d 646c 696e 6520 : using/cmdline │ │ │ │ +015ecf00: 6175 6469 745f 6576 656e 745f 6370 7974 audit_event_cpyt │ │ │ │ +015ecf10: 686f 6e5f 7275 6e5f 7374 6469 6e5f 307f hon_run_stdin_0. │ │ │ │ +015ecf20: 3230 3237 3031 3632 0a52 6566 3a20 3135 20270162.Ref: 15 │ │ │ │ +015ecf30: 3431 7f32 3032 3730 3136 340a 1f0a 456e 41.20270164...En │ │ │ │ 015ecf40: 6420 5461 6720 5461 626c 650a 0a1f 0a4c d Tag Table....L │ │ │ │ 015ecf50: 6f63 616c 2056 6172 6961 626c 6573 3a0a ocal Variables:. │ │ │ │ 015ecf60: 636f 6469 6e67 3a20 7574 662d 380a 456e coding: utf-8.En │ │ │ │ 015ecf70: 643a 0a d:.