-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/pyc: rewrite all "fixed" files with the new handler
Originally, "fixed" files were produced using marshalparser, so we could be fairly confident that they are correct. But now we're departing from what marshalparser was doing, so we cannot compare the new output with anything except itself. To verify that the output is good, I first applied the handler to all .pyc files, and then compared the print output for the .pyc files with the output for all the .pyc.fixed files, suppressing reference info: $ for f in $(git ls '*.pyc.fixed'|sed 's/\.fixed$//'); do r=target/debug/add-determinism echo $f diff -u <($r -p $f | sed -r 's/\(ref to [0-9]+\)//g; s/ \[#[0-9]+\]//g') \ <($r -p $f.fixed | sed -r 's/\(ref to [0-9]+\)//g; s/ \[#[0-9]+\]//g') | colordiff echo done The output appears to be the same. The only difference is that the printer opportinistically prints tuples in one line, and changing the reference flags influences this. So the outputs are not identical, but almost so. Copy&paste error in test name is fixed.
- Loading branch information
Showing
800 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-441 Bytes
(99%)
tests/cases/python_stdlib/3.10/ElementTree.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
tests/cases/python_stdlib/3.10/__future__.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1.28 KB
(97%)
tests/cases/python_stdlib/3.10/__init__.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/__init__.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-18 Bytes
(100%)
tests/cases/python_stdlib/3.10/__init__.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-80 Bytes
(99%)
tests/cases/python_stdlib/3.10/_osx_support.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-16 Bytes
(100%)
tests/cases/python_stdlib/3.10/_threading_local.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
tests/cases/python_stdlib/3.10/_tzpath.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(100%)
tests/cases/python_stdlib/3.10/_zoneinfo.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(99%)
tests/cases/python_stdlib/3.10/async_case.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-284 Bytes
(99%)
tests/cases/python_stdlib/3.10/base_events.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-52 Bytes
(96%)
tests/cases/python_stdlib/3.10/big5hkscs.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/calltip_w.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
tests/cases/python_stdlib/3.10/chaos.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-14 Bytes
(100%)
tests/cases/python_stdlib/3.10/chunk.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(100%)
tests/cases/python_stdlib/3.10/config.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-426 Bytes
(99%)
tests/cases/python_stdlib/3.10/configparser.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/curses_tests.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-990 Bytes
(98%)
tests/cases/python_stdlib/3.10/datetime.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-111 Bytes
(100%)
tests/cases/python_stdlib/3.10/difflib.cpython-310.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/dummy.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/dump.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-236 Bytes
(99%)
tests/cases/python_stdlib/3.10/eintr_tester.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-308 Bytes
(93%)
tests/cases/python_stdlib/3.10/errors.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-622 Bytes
(97%)
tests/cases/python_stdlib/3.10/events.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-136 Bytes
(99%)
tests/cases/python_stdlib/3.10/expatreader.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-346 Bytes
(98%)
tests/cases/python_stdlib/3.10/factory.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-58 Bytes
(99%)
tests/cases/python_stdlib/3.10/filelist.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/fix_explicit.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/fix_idioms.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/fix_import.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/fix_set_literal.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/fix_xreadlines.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
tests/cases/python_stdlib/3.10/fixer_base.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-100 Bytes
(99%)
tests/cases/python_stdlib/3.10/fixer_util.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/fork_wait.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-300 Bytes
(98%)
tests/cases/python_stdlib/3.10/formatter.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/framework.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-80 Bytes
(100%)
tests/cases/python_stdlib/3.10/handlers.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-228 Bytes
(98%)
tests/cases/python_stdlib/3.10/heapq.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-52 Bytes
(96%)
tests/cases/python_stdlib/3.10/hz.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-272 Bytes
(93%)
tests/cases/python_stdlib/3.10/imghdr.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/input_reader.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-50 Bytes
(100%)
tests/cases/python_stdlib/3.10/install.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-76 Bytes
(99%)
tests/cases/python_stdlib/3.10/interpreters.cpython-310.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/machinery.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-730 Bytes
(97%)
tests/cases/python_stdlib/3.10/mapping_tests.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-52 Bytes
(98%)
tests/cases/python_stdlib/3.10/minicompat.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
tests/cases/python_stdlib/3.10/parse.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
tests/cases/python_stdlib/3.10/pgen.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/planet_and_moon.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/cases/python_stdlib/3.10/popen_spawn_posix.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-24 Bytes
(99%)
tests/cases/python_stdlib/3.10/pydoc_mod.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-52 Bytes
(100%)
tests/cases/python_stdlib/3.10/pyparse.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-88 Bytes
(100%)
tests/cases/python_stdlib/3.10/pyshell.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-102 Bytes
(100%)
tests/cases/python_stdlib/3.10/pytree.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
tests/cases/python_stdlib/3.10/quopri.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-64 Bytes
(99%)
tests/cases/python_stdlib/3.10/quoprimime.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-58 Bytes
(97%)
tests/cases/python_stdlib/3.10/raw_unicode_escape.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-124 Bytes
(99%)
tests/cases/python_stdlib/3.10/re.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/redirector.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
tests/cases/python_stdlib/3.10/replace.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-22 Bytes
(99%)
tests/cases/python_stdlib/3.10/response.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-78 Bytes
(99%)
tests/cases/python_stdlib/3.10/robotparser.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-64 Bytes
(99%)
tests/cases/python_stdlib/3.10/searchengine.cpython-310.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-308 Bytes
(99%)
tests/cases/python_stdlib/3.10/shutil.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-308 Bytes
(99%)
tests/cases/python_stdlib/3.10/shutil.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-246 Bytes
(99%)
tests/cases/python_stdlib/3.10/socketserver.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/sortperf.cpython-310.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
tests/cases/python_stdlib/3.10/squeezer.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/cases/python_stdlib/3.10/sre_compile.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-60 Bytes
(100%)
tests/cases/python_stdlib/3.10/sre_parse.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/struct.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1.29 KB
(97%)
tests/cases/python_stdlib/3.10/testasync.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-212 Bytes
(96%)
tests/cases/python_stdlib/3.10/testcallable.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-734 Bytes
(98%)
tests/cases/python_stdlib/3.10/testhelpers.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-24 Bytes
(100%)
tests/cases/python_stdlib/3.10/textview.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-26 Bytes
(100%)
tests/cases/python_stdlib/3.10/textview.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/tf_inherit_check.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/time_hashlib.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
tests/cases/python_stdlib/3.10/token.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-114 Bytes
(99%)
tests/cases/python_stdlib/3.10/tokenize.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-154 Bytes
(98%)
tests/cases/python_stdlib/3.10/transactions.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-58 Bytes
(97%)
tests/cases/python_stdlib/3.10/unicode_escape.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-90 Bytes
(98%)
tests/cases/python_stdlib/3.10/utf_16.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(97%)
tests/cases/python_stdlib/3.10/utf_32_le.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-154 Bytes
(97%)
tests/cases/python_stdlib/3.10/utf_8_sig.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/versionpredicate.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/versionpredicate.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/win_utils.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-260 Bytes
(95%)
tests/cases/python_stdlib/3.10/wintypes.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.10/yinyang.cpython-310.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-191 Bytes
(100%)
tests/cases/python_stdlib/3.10/zipfile.cpython-310.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-224 Bytes
(93%)
tests/cases/python_stdlib/3.10/zlib_codec.cpython-310.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
tests/cases/python_stdlib/3.11/_constants.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/_itertools.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/_itertools.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-13 Bytes
(100%)
tests/cases/python_stdlib/3.11/_legacy.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-62 Bytes
(98%)
tests/cases/python_stdlib/3.11/_meta.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-86 Bytes
(100%)
tests/cases/python_stdlib/3.11/_parseaddr.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-216 Bytes
(100%)
tests/cases/python_stdlib/3.11/_parser.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-3.36 KB
(96%)
tests/cases/python_stdlib/3.11/_pyio.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-9 Bytes
(100%)
tests/cases/python_stdlib/3.11/_threading_local.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
tests/cases/python_stdlib/3.11/_tzpath.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/aliases.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2.34 KB
(98%)
tests/cases/python_stdlib/3.11/argparse.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-199 Bytes
(94%)
tests/cases/python_stdlib/3.11/base64_codec.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/base64mime.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-452 Bytes
(97%)
tests/cases/python_stdlib/3.11/base_subprocess.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(100%)
tests/cases/python_stdlib/3.11/build_py.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
tests/cases/python_stdlib/3.11/code.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/constants.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(100%)
tests/cases/python_stdlib/3.11/contentmanager.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1.12 KB
(96%)
tests/cases/python_stdlib/3.11/contextlib.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/conv.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
tests/cases/python_stdlib/3.11/core.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/cases/python_stdlib/3.11/coroutines.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-179 Bytes
(99%)
tests/cases/python_stdlib/3.11/cp1125.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-179 Bytes
(99%)
tests/cases/python_stdlib/3.11/cp858.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(97%)
tests/cases/python_stdlib/3.11/cp950.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(100%)
tests/cases/python_stdlib/3.11/cygwinccompiler.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-885 Bytes
(98%)
tests/cases/python_stdlib/3.11/dataclasses.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2.54 KB
(97%)
tests/cases/python_stdlib/3.11/datetime.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-983 Bytes
(98%)
tests/cases/python_stdlib/3.11/dist.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/domreg.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/entities.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-324 Bytes
(95%)
tests/cases/python_stdlib/3.11/errors.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(97%)
tests/cases/python_stdlib/3.11/euc_jis_2004.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-459 Bytes
(99%)
tests/cases/python_stdlib/3.11/expatbuilder.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-379 Bytes
(98%)
tests/cases/python_stdlib/3.11/expatreader.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/cases/python_stdlib/3.11/extension.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-22 Bytes
(100%)
tests/cases/python_stdlib/3.11/filecmp.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/fix_execfile.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/cases/python_stdlib/3.11/fix_imports.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/fix_reload.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
tests/cases/python_stdlib/3.11/fix_tuple_params.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-13 Bytes
(100%)
tests/cases/python_stdlib/3.11/forkserver.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-431 Bytes
(93%)
tests/cases/python_stdlib/3.11/genericpath.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(100%)
tests/cases/python_stdlib/3.11/getopt.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-67 Bytes
(99%)
tests/cases/python_stdlib/3.11/glob.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(100%)
tests/cases/python_stdlib/3.11/graphlib.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-300 Bytes
(99%)
tests/cases/python_stdlib/3.11/gzip.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-460 Bytes
(99%)
tests/cases/python_stdlib/3.11/handlers.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-241 Bytes
(93%)
tests/cases/python_stdlib/3.11/hex_codec.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1.77 KB
(98%)
tests/cases/python_stdlib/3.11/inspect.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2.73 KB
(97%)
tests/cases/python_stdlib/3.11/minidom.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-108 Bytes
(100%)
tests/cases/python_stdlib/3.11/modulefinder.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-282 Bytes
(99%)
tests/cases/python_stdlib/3.11/ntpath.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-808 Bytes
(95%)
tests/cases/python_stdlib/3.11/numbers.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-190 Bytes
(99%)
tests/cases/python_stdlib/3.11/opcode.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-14 Bytes
(100%)
tests/cases/python_stdlib/3.11/parse.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-14 Bytes
(100%)
tests/cases/python_stdlib/3.11/parse.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-74 Bytes
(98%)
tests/cases/python_stdlib/3.11/popen_fork.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(100%)
tests/cases/python_stdlib/3.11/popen_spawn_win32.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-124 Bytes
(99%)
tests/cases/python_stdlib/3.11/posixpath.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-389 Bytes
(99%)
tests/cases/python_stdlib/3.11/pprint.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-699 Bytes
(99%)
tests/cases/python_stdlib/3.11/proactor_events.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-216 Bytes
(99%)
tests/cases/python_stdlib/3.11/process.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2.29 KB
(98%)
tests/cases/python_stdlib/3.11/pydoc.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/pygram.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-46 Bytes
(100%)
tests/cases/python_stdlib/3.11/reduction.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-46 Bytes
(100%)
tests/cases/python_stdlib/3.11/reduction.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-302 Bytes
(98%)
tests/cases/python_stdlib/3.11/runner.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-529 Bytes
(98%)
tests/cases/python_stdlib/3.11/selectors.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-523 Bytes
(98%)
tests/cases/python_stdlib/3.11/selectors.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-463 Bytes
(95%)
tests/cases/python_stdlib/3.11/shelve.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-856 Bytes
(99%)
tests/cases/python_stdlib/3.11/shutil.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/simple.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-380 Bytes
(99%)
tests/cases/python_stdlib/3.11/site.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-392 Bytes
(99%)
tests/cases/python_stdlib/3.11/smtplib.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/sre_compile.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/sre_constants.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/staggered.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-420 Bytes
(99%)
tests/cases/python_stdlib/3.11/streams.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-171 Bytes
(99%)
tests/cases/python_stdlib/3.11/string.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/struct.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(100%)
tests/cases/python_stdlib/3.11/sysconfig.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/sysconfig.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-60 Bytes
(100%)
tests/cases/python_stdlib/3.11/tabnanny.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-164 Bytes
(100%)
tests/cases/python_stdlib/3.11/tasks.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.11/threads.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1.13 KB
(96%)
tests/cases/python_stdlib/3.11/tracemalloc.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-56 Bytes
(97%)
tests/cases/python_stdlib/3.11/utf_32_be.cpython-311.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-19 Bytes
(100%)
tests/cases/python_stdlib/3.11/util.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-304 Bytes
(99%)
tests/cases/python_stdlib/3.11/validate.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-55 Bytes
(100%)
tests/cases/python_stdlib/3.11/warnings.cpython-311.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-472 Bytes
(99%)
tests/cases/python_stdlib/3.11/webbrowser.cpython-311.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(100%)
tests/cases/python_stdlib/3.11/windows_utils.cpython-311.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1.61 KB
(98%)
tests/cases/python_stdlib/3.12/ElementTree.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-28 Bytes
(97%)
tests/cases/python_stdlib/3.12/__hello__.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/__main__.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/__main__.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/cases/python_stdlib/3.12/_abc.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-284 Bytes
(97%)
tests/cases/python_stdlib/3.12/_adapters.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
tests/cases/python_stdlib/3.12/_constants.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-13 Bytes
(100%)
tests/cases/python_stdlib/3.12/_legacy.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-286 Bytes
(99%)
tests/cases/python_stdlib/3.12/_osx_support.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/application.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/base64mime.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/base_tasks.cpython-312.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-145 Bytes
(94%)
tests/cases/python_stdlib/3.12/bisect.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-175 Bytes
(97%)
tests/cases/python_stdlib/3.12/build.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-513 Bytes
(95%)
tests/cases/python_stdlib/3.12/bz2.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-919 Bytes
(99%)
tests/cases/python_stdlib/3.12/case.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-47 Bytes
(100%)
tests/cases/python_stdlib/3.12/charset.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-192 Bytes
(99%)
tests/cases/python_stdlib/3.12/cmd.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-201 Bytes
(99%)
tests/cases/python_stdlib/3.12/cp858.cpython-312.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-2.74 KB
(97%)
tests/cases/python_stdlib/3.12/datetime.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/dir_util.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-250 Bytes
(98%)
tests/cases/python_stdlib/3.12/dumb.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-22 Bytes
(100%)
tests/cases/python_stdlib/3.12/filecmp.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-639 Bytes
(97%)
tests/cases/python_stdlib/3.12/fileinput.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-188 Bytes
(99%)
tests/cases/python_stdlib/3.12/filelist.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_buffer.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_funcattrs.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_future.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_imports2.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_intern.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_itertools_imports.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_long.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_raw_input.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_reduce.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_renames.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_set_literal.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_standarderror.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_sys_exc.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_tuple_params.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/fix_ws_comma.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-47 Bytes
(99%)
tests/cases/python_stdlib/3.12/format_helpers.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-517 Bytes
(90%)
tests/cases/python_stdlib/3.12/genericpath.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
tests/cases/python_stdlib/3.12/install_headers.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(98%)
tests/cases/python_stdlib/3.12/iso2022_jp_ext.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-54 Bytes
(98%)
tests/cases/python_stdlib/3.12/iso2022_kr.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
tests/cases/python_stdlib/3.12/iterators.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-76 Bytes
(100%)
tests/cases/python_stdlib/3.12/locale.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-22 Bytes
(100%)
tests/cases/python_stdlib/3.12/mailcap.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(98%)
tests/cases/python_stdlib/3.12/mbcs.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-584 Bytes
(99%)
tests/cases/python_stdlib/3.12/message.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-201 Bytes
(99%)
tests/cases/python_stdlib/3.12/mimetypes.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-3.06 KB
(97%)
tests/cases/python_stdlib/3.12/minidom.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/mixins.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/nturl2path.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-858 Bytes
(99%)
tests/cases/python_stdlib/3.12/optparse.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-160 Bytes
(98%)
tests/cases/python_stdlib/3.12/parser.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-19 Bytes
(100%)
tests/cases/python_stdlib/3.12/pipes.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-484 Bytes
(99%)
tests/cases/python_stdlib/3.12/platform.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-78 Bytes
(98%)
tests/cases/python_stdlib/3.12/popen_fork.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-729 Bytes
(98%)
tests/cases/python_stdlib/3.12/proactor_events.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-729 Bytes
(99%)
tests/cases/python_stdlib/3.12/proactor_events.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/py_compile.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-510 Bytes
(97%)
tests/cases/python_stdlib/3.12/queue.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-90 Bytes
(100%)
tests/cases/python_stdlib/3.12/random.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/readers.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
tests/cases/python_stdlib/3.12/rlcompleter.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(100%)
tests/cases/python_stdlib/3.12/runners.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-1.16 KB
(94%)
tests/cases/python_stdlib/3.12/saxutils.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-74 Bytes
(100%)
tests/cases/python_stdlib/3.12/server.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-21 Bytes
(100%)
tests/cases/python_stdlib/3.12/shlex.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
tests/cases/python_stdlib/3.12/signals.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-57 Bytes
(99%)
tests/cases/python_stdlib/3.12/simple.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-706 Bytes
(98%)
tests/cases/python_stdlib/3.12/socket.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-2.37 KB
(96%)
tests/cases/python_stdlib/3.12/ssl.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-357 Bytes
(99%)
tests/cases/python_stdlib/3.12/stringprep.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-680 Bytes
(99%)
tests/cases/python_stdlib/3.12/subprocess.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-62 Bytes
(100%)
tests/cases/python_stdlib/3.12/suite.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-62 Bytes
(100%)
tests/cases/python_stdlib/3.12/suite.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-20 Bytes
(100%)
tests/cases/python_stdlib/3.12/textpad.cpython-312.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-98 Bytes
(99%)
tests/cases/python_stdlib/3.12/textwrap.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-192 Bytes
(99%)
tests/cases/python_stdlib/3.12/types.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/cases/python_stdlib/3.12/upload.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-76 Bytes
(97%)
tests/cases/python_stdlib/3.12/utf_16_be.cpython-312.opt-1.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-76 Bytes
(97%)
tests/cases/python_stdlib/3.12/utf_16_be.cpython-312.opt-2.pyc.fixed
Binary file not shown.
Binary file modified
BIN
-76 Bytes
(97%)
tests/cases/python_stdlib/3.12/utf_32_be.cpython-312.pyc.fixed
Binary file not shown.
Oops, something went wrong.