Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Revert 30935 defer bpo45162 to 312#94285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
serhiy-storchaka merged 431 commits intopython:revert-30935-defer-bpo45162-to-312fromserhiy-storchaka:revert-30935-defer-bpo45162-to-312Jun 26, 2022
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
431 commits Select commitHold shift + click to select a range
1713ff0 GH-93444: remove redundant fields from basicblock: b_nofallthrough, b…
iritkatriel3284f86 netrc: Remove unused "import shlex" (#93311)
ulisesojeda8150b8c gh-92886: Fix test that fails when running with `-O` in `test_imaplib…
jackh-ncle12f34b Fix missing word in sys.float_info docstring (GH-93489)
mdickinson3d647e7 [doc] Correct a grammatical error in a docstring. (GH-93441)
colin99d8bcc3fa gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
nascheme713eb18 gh-93442: Add test for _Py_CAST(nullptr). (gh-93505)
nascheme6f8367d gh-90473: wasmtime does not support absolute symlinks (GH-93490)
tiran0902c3d gh-89973: Fix re.error in the fnmatch module. (GH-93072)
serhiy-storchaka4082c8e Document LOAD_FAST_CHECK opcode (#93498)
sweeneyde9081bbd gh-93247: Fix assert function in asyncio locks test (#93248)
cykerway4c71d22 gh-90473: WASI requires proper open(2) flags (GH-93529)
tiran86a5e22 GH-92308 What's New: list pending removals in 3.13 and future version…
hugovk80a39da gh-90473: Skip POSIX tests that don't apply to WASI (GH-93536)
tiran8584981 asyncio.Barrier docs: Fix typo (#93371)
thedrow56b5daf gh-83728: Add hmac.new default parameter deprecation (GH-91939)
slateny22fed60 gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
tiran71c8f96 Remove action=None kwarg from Barrier docs (GH-93538)
graingert46fde1f [docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
graingertd1e2e0e gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
illia-vbb0b768 gh-89018: Improve documentation of `sqlite3` exceptions (#27645)
erlend-aasland3256b17 bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour…
aisk7403933 Fix contributor name in WhatsNew 3.11 (GH-93556)
sransara890c3be Grammar fix to socket error string (GH-93523)
57e8ee7 gh-86986: bump min sphinx version to 3.2 (GH-93337)
sorcioc6f6ede gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save(…
pSub1b74803 gh-93162: Add ability to configure QueueHandler/QueueListener togethe…
vsajipf0d0be3 gh-57539: Increase calendar test coverage (GH-93468)
hugovk75ceae0 gh-88831: In docs for asyncio.create_task, explain why strong referen…
agrommekf012df7 Shrink the LOAD_METHOD cache by one codeunit. (#93537)
markshannon7526092 Fix MSVC compiler warnings in ceval.c (#93569)
Fidget-Spinnercdb73ae gh-93162: test_config_queue_handler requires threading (GH-93572)
tiran70690c7 gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
tiran296081a gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
adriangb8ef7929 Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93…
jacksonrileyf8eae6f GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-93…
iritkatrielffc58a9 gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
rawwar5849af7 GH-93521: For dataclasses, filter out `__weakref__` slot if present i…
Bluenix2875de61 gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
erlend-aasland243ed54 gh-93584: Make all install+tests targets depends on all (GH-93589)
tiran2c3fe5e gh-87961: Remove outdated notes from functions that aren't in the Lim…
encukou2dece90 gh-93180: Update os.copy_file_range() documentation (#93182)
illia-v5442561 gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
tiran22df2e0 gh-90473: Define HOSTRUNNER for WASI (GH-93606)
tiran68f6a5d gh-79096: Fix/improve http cookiejar tests (GH-93614)
tirancffa4f7 gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
tirana365dd6 gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)
serhiy-storchakaa5ba0f4 Doc: Update references and examples of old, unsupported OSes and uarc…
CAM-Gerlach7fef847 bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
seberge974b3e Improve logging documentation with example and additional cookbook re…
vsajip5a4af3a gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
tiran6099611 gh-90473: Skip get_config_h() tests on WASI (GH-93645)
tiran30610d2 gh-90549: Fix leak of global named resources using multiprocessing sp…
jxdabcd8395eb gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on…
neonenea87c9b5 gh-90763: Modernise xx template module initialisation (#93078)
erlend-aasland3124d9a gh-93491: Add support tier detection to configure (GH-93492)
tiran21a9a85 gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; rais…
encukou53a8b17 gh-93671: Avoid exponential backtracking in deeply nested sequence pa…
pablogsal2ba0fd5 gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
barneygalecf730b5 GH-93621: reorder code in with/async-with exception exit path to redu…
iritkatriel09243b8 gh-93461: Invalidate sys.path_importer_cache entries with relative pa…
tiran78f1a43 gh-91317: Document that Path does not collapse initial `//` (GH-32193)
arhadthedev484a235 gh-92886: Fix tests that fail when running with optimizations (`-O`) …
jackh-ncl4c496f1 gh-92930: _pickle.c: Acquire strong references before calling save() …
sweeneydedc5e02b gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
tiranf0b7aa7 gh-90473: Skip test_queue when threading is not available (GH-93712)
tiran010284b gh-90153: whatsnew: "z" option in format spec (GH-93624)
belm0bc3b31e gh-86404: [doc] A make sucpicious false positive. (GH-93710)
JulienPalard5d8e7a1 Change list to view object (#93661)
pamelafox733e15f gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
sorcio23c9feb Remove usage of _Py_IDENTIFIER from math module (#93739)
corona103473817 gh-91162: Support splitting of unpacked arbitrary-length tuple over T…
serhiy-storchaka8f728e5 gh-93728: fix memory leak in deepfrozen code objects (GH-93729)
kumaraditya303ae1ca74 gh-93747: Fix Refleak when handling multiple Py_tp_doc slots (gh-93749)
corona109331087 GH-90699: use statically allocated strings in typeobject.c (gh-93751)
kumaraditya303c5d0517 Add more FOR_ITER specialization stats (GH-32151)
sweeneyde272bec4 gh-89653: PEP 670: Convert PyFunction macros (#93765)
vstinner65ac273 Remove ANY_VARARGS() macro from the C API (#93764)
vstinner259dd71 gh-84623: Remove unused imports in stdlib (#93773)
vstinner65ff27c gh-91731: Don't define 'static_assert' in C++11 where is a keyword to…
pablogsal3ceb4b8 gh-84623: Remove unused imports in tests (#93772)
vstinner443ca73 gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)
vstinnerc200757 gh-84461: Fix parallel testing on WebAssembly (GH-93768)
tirandf22eec gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
vstinner7b2064b gh-93353: Add test.support.late_deletion() (#93774)
vstinner6fd4c8e gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
serhiy-storchaka8352e32 gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
serhiy-storchakad7db9dc gh-91810: Fix regression with writing an XML declaration with encodin…
serhiy-storchaka5bcf33d gh-93761: Fix test to avoid simple delay when synchronizing. (GH-93779)
vsajip3597c12 gh-89546: Clean up PyType_FromMetaclass (GH-93686)
encukou4caf5c2 gh-91321: Fix compatibility with C++ older than C++11 (#93784)
vstinner2bf7475 GH-93662: Make sure that column offsets are correct in multi-line met…
markshannon3cd1a5d GH-93516: Store offset of first traceable instruction in code object …
markshannoncd543d0 gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
tiranb083450 GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Fidget-Spinnere566ce5 gh-93353: regrtest checks for leaked temporary files (#93776)
vstinner4674007 gh-79579: Improve DML query detection in sqlite3 (#93623)
erlend-aaslandaf15cc5 GH-93678: reduce boilerplate and code repetition in the compiler (GH-…
iritkatriela338e10 gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92…
TechieBoy38a7f78 GH-93429: Document `LOAD_METHOD` removal (GH-93803)
Fidget-Spinnercdf7097 Include freelists in allocation total. (GH-93799)
markshannond773c6e gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796)
erlend-aaslandef6e44d Remove LOAD_METHOD stats. (GH-93807)
markshannon6b33000 Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)
markshannon36934a1 gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)
vstinnerad90d49 [docs] Fix LOAD_ATTR version changed (GH-93816)
Fidget-Spinner274769c gh-93814: Add infinite test for itertools.chain.from_iterable (GH-93815)
youknowone4f26963 gh-93735: Split Docs CI to speed-up the build (GH-93736)
AA-Turnercdd3984 gh-93183: Adjust wording in socket docs (#93832)
erlend-aasland4e9fa71 gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)
erlend-aasland7e9eaad Add test.support.busy_retry() (#93770)
vstinnerd318346 gh-87260: Update sqlite3 signature docs to reflect actual implementat…
erlend-aaslandbddbd80 test_thread uses support.sleeping_retry() (#93849)
vstinner0ba8027 Use support.sleeping_retry() and support.busy_retry() (#93848)
vstinnerff095e1 Update includes in call.c (GH-93786)
pamelafoxce4d11f gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
erlend-aaslandb415c5f GH-93850: Fix test_asyncio exception ignored tracebacks (#93854)
kumaraditya30399be1cb gh-93824: Reenable installation of shell extension on Windows ARM64 (…
zooba41fccd2 test_asyncio: run_until() implements exponential sleep (#93866)
vstinner46e455f test_asyncore: Optimize capture_server() (#93867)
vstinner50e0866 Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
vstinner8ba1c7f gh-84461: Document how to install SDKs manually (GH-93844)
tiran05b32c1 gh-93820: Fix copy() regression in enum.Flag (GH-93876)
tiran484b40b Call busy_retry() and sleeping_retry() with error=True (#93871)
vstinner7546914 gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
vstinnera38c2a6 gh-91321: Fix test_cppext for C++03 (#93902)
vstinner9a458be gh-91577: SharedMemory move imports out of methods (#91579)
samtygierd5be9a5 gh-92547: Amend What's New (#93872)
erlend-aaslandab45c1d Fix BINARY_SUBSCR_GETITEM stats (GH-93903)
Fidget-Spinner138db8e gh-93847: Fix repr of enum of generic aliases (GH-93885)
serhiy-storchaka4f85cec gh-93353: regrtest supports checking tmp files with -j2 (#93909)
vstinnerf8e576b GH-91389: Fix dis position information for CACHEs (GH-93663)
brandtbucher38af903 gh-91985: Ensure in-tree builds override platstdlib_dir in every path…
neonenee37a158 GH-83658: make multiprocessing.Pool raise an exception if maxtasksper…
iritkatriel538f289 test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)
vstinner4beee0c gh-91404: Revert "bpo-23689: re module, fix memory leak when a match …
gpsheadffc228d gh-89745: Avoid exact match when comparing program_name in test_embed…
neonenec5b750d gh-93852: Add test.support.create_unix_domain_name() (#93914)
vstinner1735710 gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
vstinnere444752 gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
vstinnerf64557f gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the time…
vstinner0ff626f gh-77782: Deprecate global configuration variable (#93943)
vstinnera51742a gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Fidget-Spinner11190c4 gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Fidget-Spinner96464e5 GH-89858: Fix test_embed for out-of-tree builds (GH-93465)
kumaraditya30371354ad gh-92611: Add details on replacements for cgi utility funcs (GH-92792)
CAM-Gerlachb1ae4af GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized …
iritkatrielc1e1942 gh-91387: Strip trailing slash from tarfile longname directories (GH-…
cfernaldb96d56d Add jaraco as primary owner of importlib.metadata and importlib.resou…
jaraco084023c gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
tiranf9433ff gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
serhiy-storchaka7a2cc35 gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
tiranfea1e9b gh-93955: Use unbound methods for slot `__getattr__` and `__getattrib…
Fidget-Spinnerdd78aae gh-91387: Fix tarfile test on WASI (GH-93984)
tiran6066f45 gh-93975: Nicer error reporting in test_venv (GH-93959)
jaraco726448e GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH…
kumaraditya30359c1b33 What's new in 3.10: fix link to issue (#93968)
hugovkdba3fa5 gh-93761: Fix test_logging test_config_queue_handler() race condition…
vstinner2664d9a gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)
vstinner27b9894 gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
vstinner476d302 gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)
leikdga2702e40 gh-84461: Fix Emscripten umask and permission issues (GH-94002)
tiran62363bf gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
tiran6446592 gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs …
8e08978 gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
erlend-aaslandaffa9f2 gh-79009: sqlite3.iterdump now correctly handles tables with autoincr…
itssme774ef28 gh-84461: Silence some compiler warnings on WASM (GH-93978)
tiran45e62a2 GH-93897: Store frame size in code object and de-opt if insufficient …
markshannonab0e601 GH-93516: Speedup line number checks when tracing. (GH-93763)
markshannon61f24e7 gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (#92…
mkoeppe7ad6f74 gh-87347: Add parenthesis around macro arguments (#93915)
vstinnercfb986a gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#9…
vstinner1603a10 GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
iritkatriel77c839c gh-94021: Address unreachable code warning in specialize code (GH-94022)
tiran889772f GH-93678: refactor compiler so that optimizer does not need the assem…
iritkatrield82e0bf gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
vstinnerc735d54 gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
vstinner5fcfdd8 GH-91432: Specialize FOR_ITER (GH-91713)
sweeneyde94eeac0 gh-94028: Clear and reset sqlite3 statements properly in cursor itern…
erlend-aasland0ff7b99 gh-94052: Don't re-run failed tests with --python option (#94054)
tiran50ebd72 gh-93839: Use load_package_tests() for testmock (GH-94055)
tiran616fa34 gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
vstinnerc7a79bb gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
vstinner6f8875e GH-93841: Allow stats to be turned on and off, cleared and dumped at …
markshannon0efe3a1 gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
AA-Turner5a08e0f gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has …
zooba7327d61 Closes gh-94038: Update Release Schedule in README.rst from PEP 664 t…
MilanJuhasf62ff97 gh-93851: Fix all broken links in Doc/ (GH-93853)
arhadthedev8305137 gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz420f0df Minor optimization for Fractions.limit_denominator (GH-93730)
mdickinson51d6731 gh-93240: clarify wording in IO tutorial (GH-93276)
paulreecedd5cf84 Tutorial: specify match cases don't fall through (GH-93615)
pr25024e08fbc gh-93021: Fix __text_signature__ for __get__ (GH-93023)
JelleZijlstraf28ec34 gh-82927: Update files related to HTML entities. (GH-92504)
ezio-melotti0709586 DOC: correct bytesarray -> bytearray in comments (GH-92410)
tacaswell4abab6b gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
gpshead296e4ef gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92…
gpshead6575841 bpo-30535: [doc] state that sys.meta_path is not empty by default (GH…
iritkatriel9a479c3 gh-88123: Implement new Enum __contains__ (GH-93298)
carlbordumf805d37 Stats: Add summary of top instructions for misses and deferred specia…
markshannonfda4b2f gh-74696: Do not change the current working directory in shutil.make_…
serhiy-storchakadc8e1d0 gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
chgnrdvca308c1 Fix typo in _io.TextIOWrapper Clinic input (#94037)
fikottac029b55 gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxili…
jaracod36954b gh-91172: Create a workflow for verifying bundled pip and setuptools …
illia-v8661c50 gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
partev47e3562 gh-84623: Remove unused imports (#94132)
vstinnerc1fb12e gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
vstinnere52009d gh-84623: Move imports in doctests (#94133)
vstinnerdd39e29 Add ABI dump Makefile target (#94136)
pablogsal576dd90 gh-84623: Remove unused imports in idlelib (#94143)
vstinner9877f4c gh-85308: argparse: Use filesystem encoding for arguments file (GH-93…
methane7c439dc Closes gh-94152: Update pyvideo.org URL (GH-94075)
partevfb1e950 gh-91456: [Enum] Deprecate default auto() behavior with mixed value t…
oscar-LT15bfabd gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)
tiran11e865c gh-86404: [doc] Fix missing backtick and double target name. (#94120)
JulienPalard8928531 gh-89121: Keep the number of pending SQLite statements to a minimum (…
erlend-aasland5b6e576 GH-91742: Fix pdb crash after jump (GH-94171)
kumaraditya303b4e0d61 [Enum] fix typo (GH-94158)
ethanfurman2fc83ac gh-92858: Improve error message for some suites with syntax error bef…
wookie1844e796f5 gh-93771: Clarify how deepfreeze.py is run (#94150)
gvanrossum9a95fa9 gh-91219: Add an index_pages default list and parameter to SimpleHTTP…
myronww28a2ccf [Enum] Remove automatic docstring generation (GH-94188)
dignissimus8e6ecca Add ABI dump script (#94135)
pablogsal5075e81 Add more tests for throwing into yield from (GH-94097)
brandtbucher6e33ba1 gh-94169: Remove deprecated io.OpenWrapper (#94170)
vstinnerd435a18 gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
vstinnerd3a27e4 gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
vstinnerab077d1 gh-93692: remove "build finished successfully" message from setup.py …
erlend-aasland8625802 gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
tiran51fd4de gh-94205: Ensures all required DLLs are copied on Windows for underpt…
zoobae69306f gh-84461: Build Emscripten with WASM BigInt support (#94219)
tiranf0b234e gh-94172: urllib.request avoids deprecated check_hostname (#94193)
vstinner91f9947 IDLE: replace if statement with expression (#94228)
terryjreedya91ffcf Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` de…
arhadthedev50a5ab2 gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Fidget-Spinner0a40025 gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
tiran605e9c6 gh-85308: Add argparse tests for reading non-ASCII arguments from fil…
serhiy-storchaka81e91c9 bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, Pa…
GBeauregard50cd4b6 bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
jarondlb528499 gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962) (#94258)
tiran944c7d8 gh-94199: Remove ssl.match_hostname() function (#94224)
vstinner6b86534 gh-94207: Fix struct module leak (GH-94239)
mdickinson75cb3ab gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
serhiy-storchakabec802d gh-77560: Report possible errors in restoring builtins at finalizatio…
serhiy-storchakabd3c1c1 gh-90016: Reword sqlite3 adapter/converter docs (#93095)
erlend-aaslandc57a1c7 bpo-39971: Change examples to be runnable (GH-32172)
slateny9af6b75 gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
iritkatriel38612a0 gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
jaraco47b63da Merge branch 'main' into revert-30935-defer-bpo45162-to-312
serhiy-storchakaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
…32423)Co-authored-by: Brett Cannon <brett@python.org>
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitc1e19421c23d1261ecbbe7375316adc1c24f0a87
There are no files selected for viewing
10 changes: 10 additions & 0 deletionsLib/tarfile.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletionsLib/test/test_tarfile.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsMisc/NEWS.d/next/Library/2022-04-08-22-12-11.bpo-47231.lvyglt.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Fixed an issue with inconsistent trailing slashes in tarfile longname directories. |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.