-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Merged
Changes from all commits
Commits
Show all changes
431 commits
Select commit
Hold shift + click to select a range
1713ff0
GH-93444: remove redundant fields from basicblock: b_nofallthrough, b…
iritkatriel 3284f86
netrc: Remove unused "import shlex" (#93311)
ulisesojeda 8150b8c
gh-92886: Fix test that fails when running with `-O` in `test_imaplib…
jackh-ncl e12f34b
Fix missing word in sys.float_info docstring (GH-93489)
mdickinson 3d647e7
[doc] Correct a grammatical error in a docstring. (GH-93441)
colin99d 8bcc3fa
gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
nascheme 713eb18
gh-93442: Add test for _Py_CAST(nullptr). (gh-93505)
nascheme 6f8367d
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
tiran 0902c3d
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
serhiy-storchaka 4082c8e
Document LOAD_FAST_CHECK opcode (#93498)
sweeneyde 9081bbd
gh-93247: Fix assert function in asyncio locks test (#93248)
cykerway 4c71d22
gh-90473: WASI requires proper open(2) flags (GH-93529)
tiran 86a5e22
GH-92308 What's New: list pending removals in 3.13 and future version…
hugovk 80a39da
gh-90473: Skip POSIX tests that don't apply to WASI (GH-93536)
tiran 8584981
asyncio.Barrier docs: Fix typo (#93371)
thedrow 56b5daf
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
slateny 22fed60
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
tiran 71c8f96
Remove action=None kwarg from Barrier docs (GH-93538)
graingert 46fde1f
[docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
graingert d1e2e0e
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
illia-v bb0b768
gh-89018: Improve documentation of `sqlite3` exceptions (#27645)
erlend-aasland 3256b17
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour…
aisk 7403933
Fix contributor name in WhatsNew 3.11 (GH-93556)
sransara 890c3be
Grammar fix to socket error string (GH-93523)
57e8ee7
gh-86986: bump min sphinx version to 3.2 (GH-93337)
sorcio c6f6ede
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save(…
pSub 1b74803
gh-93162: Add ability to configure QueueHandler/QueueListener togethe…
vsajip f0d0be3
gh-57539: Increase calendar test coverage (GH-93468)
hugovk 75ceae0
gh-88831: In docs for asyncio.create_task, explain why strong referen…
agrommek f012df7
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
markshannon 7526092
Fix MSVC compiler warnings in ceval.c (#93569)
Fidget-Spinner cdb73ae
gh-93162: test_config_queue_handler requires threading (GH-93572)
tiran 70690c7
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
tiran 296081a
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
adriangb 8ef7929
Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93…
jacksonriley f8eae6f
GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-93…
iritkatriel ffc58a9
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
rawwar 5849af7
GH-93521: For dataclasses, filter out `__weakref__` slot if present i…
Bluenix2 875de61
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
erlend-aasland 243ed54
gh-93584: Make all install+tests targets depends on all (GH-93589)
tiran 2c3fe5e
gh-87961: Remove outdated notes from functions that aren't in the Lim…
encukou 2dece90
gh-93180: Update os.copy_file_range() documentation (#93182)
illia-v 5442561
gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
tiran 22df2e0
gh-90473: Define HOSTRUNNER for WASI (GH-93606)
tiran 68f6a5d
gh-79096: Fix/improve http cookiejar tests (GH-93614)
tiran cffa4f7
gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
tiran a365dd6
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)
serhiy-storchaka a5ba0f4
Doc: Update references and examples of old, unsupported OSes and uarc…
CAM-Gerlach 7fef847
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
seberg e974b3e
Improve logging documentation with example and additional cookbook re…
vsajip 5a4af3a
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
tiran 6099611
gh-90473: Skip get_config_h() tests on WASI (GH-93645)
tiran 30610d2
gh-90549: Fix leak of global named resources using multiprocessing sp…
jxdabc d8395eb
gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on…
neonene a87c9b5
gh-90763: Modernise xx template module initialisation (#93078)
erlend-aasland 3124d9a
gh-93491: Add support tier detection to configure (GH-93492)
tiran 21a9a85
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; rais…
encukou 53a8b17
gh-93671: Avoid exponential backtracking in deeply nested sequence pa…
pablogsal 2ba0fd5
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
barneygale cf730b5
GH-93621: reorder code in with/async-with exception exit path to redu…
iritkatriel 09243b8
gh-93461: Invalidate sys.path_importer_cache entries with relative pa…
tiran 78f1a43
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
arhadthedev 484a235
gh-92886: Fix tests that fail when running with optimizations (`-O`) …
jackh-ncl 4c496f1
gh-92930: _pickle.c: Acquire strong references before calling save() …
sweeneyde dc5e02b
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
tiran f0b7aa7
gh-90473: Skip test_queue when threading is not available (GH-93712)
tiran 010284b
gh-90153: whatsnew: "z" option in format spec (GH-93624)
belm0 bc3b31e
gh-86404: [doc] A make sucpicious false positive. (GH-93710)
JulienPalard 5d8e7a1
Change list to view object (#93661)
pamelafox 733e15f
gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
sorcio 23c9feb
Remove usage of _Py_IDENTIFIER from math module (#93739)
corona10 3473817
gh-91162: Support splitting of unpacked arbitrary-length tuple over T…
serhiy-storchaka 8f728e5
gh-93728: fix memory leak in deepfrozen code objects (GH-93729)
kumaraditya303 ae1ca74
gh-93747: Fix Refleak when handling multiple Py_tp_doc slots (gh-93749)
corona10 9331087
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
kumaraditya303 c5d0517
Add more FOR_ITER specialization stats (GH-32151)
sweeneyde 272bec4
gh-89653: PEP 670: Convert PyFunction macros (#93765)
vstinner 65ac273
Remove ANY_VARARGS() macro from the C API (#93764)
vstinner 259dd71
gh-84623: Remove unused imports in stdlib (#93773)
vstinner 65ff27c
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to…
pablogsal 3ceb4b8
gh-84623: Remove unused imports in tests (#93772)
vstinner 443ca73
gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)
vstinner c200757
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
tiran df22eec
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
vstinner 7b2064b
gh-93353: Add test.support.late_deletion() (#93774)
vstinner 6fd4c8e
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
serhiy-storchaka 8352e32
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
serhiy-storchaka d7db9dc
gh-91810: Fix regression with writing an XML declaration with encodin…
serhiy-storchaka 5bcf33d
gh-93761: Fix test to avoid simple delay when synchronizing. (GH-93779)
vsajip 3597c12
gh-89546: Clean up PyType_FromMetaclass (GH-93686)
encukou 4caf5c2
gh-91321: Fix compatibility with C++ older than C++11 (#93784)
vstinner 2bf7475
GH-93662: Make sure that column offsets are correct in multi-line met…
markshannon 3cd1a5d
GH-93516: Store offset of first traceable instruction in code object …
markshannon cd543d0
gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
tiran b083450
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Fidget-Spinner e566ce5
gh-93353: regrtest checks for leaked temporary files (#93776)
vstinner 4674007
gh-79579: Improve DML query detection in sqlite3 (#93623)
erlend-aasland af15cc5
GH-93678: reduce boilerplate and code repetition in the compiler (GH-…
iritkatriel a338e10
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92…
TechieBoy 38a7f78
GH-93429: Document `LOAD_METHOD` removal (GH-93803)
Fidget-Spinner cdf7097
Include freelists in allocation total. (GH-93799)
markshannon d773c6e
gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796)
erlend-aasland ef6e44d
Remove LOAD_METHOD stats. (GH-93807)
markshannon 6b33000
Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)
markshannon 36934a1
gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)
vstinner ad90d49
[docs] Fix LOAD_ATTR version changed (GH-93816)
Fidget-Spinner 274769c
gh-93814: Add infinite test for itertools.chain.from_iterable (GH-93815)
youknowone 4f26963
gh-93735: Split Docs CI to speed-up the build (GH-93736)
AA-Turner cdd3984
gh-93183: Adjust wording in socket docs (#93832)
erlend-aasland 4e9fa71
gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)
erlend-aasland 7e9eaad
Add test.support.busy_retry() (#93770)
vstinner d318346
gh-87260: Update sqlite3 signature docs to reflect actual implementat…
erlend-aasland bddbd80
test_thread uses support.sleeping_retry() (#93849)
vstinner 0ba8027
Use support.sleeping_retry() and support.busy_retry() (#93848)
vstinner ff095e1
Update includes in call.c (GH-93786)
pamelafox ce4d11f
gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
erlend-aasland b415c5f
GH-93850: Fix test_asyncio exception ignored tracebacks (#93854)
kumaraditya303 99be1cb
gh-93824: Reenable installation of shell extension on Windows ARM64 (…
zooba 41fccd2
test_asyncio: run_until() implements exponential sleep (#93866)
vstinner 46e455f
test_asyncore: Optimize capture_server() (#93867)
vstinner 50e0866
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
vstinner 8ba1c7f
gh-84461: Document how to install SDKs manually (GH-93844)
tiran 05b32c1
gh-93820: Fix copy() regression in enum.Flag (GH-93876)
tiran 484b40b
Call busy_retry() and sleeping_retry() with error=True (#93871)
vstinner 7546914
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
vstinner a38c2a6
gh-91321: Fix test_cppext for C++03 (#93902)
vstinner 9a458be
gh-91577: SharedMemory move imports out of methods (#91579)
samtygier d5be9a5
gh-92547: Amend What's New (#93872)
erlend-aasland ab45c1d
Fix BINARY_SUBSCR_GETITEM stats (GH-93903)
Fidget-Spinner 138db8e
gh-93847: Fix repr of enum of generic aliases (GH-93885)
serhiy-storchaka 4f85cec
gh-93353: regrtest supports checking tmp files with -j2 (#93909)
vstinner f8e576b
GH-91389: Fix dis position information for CACHEs (GH-93663)
brandtbucher 38af903
gh-91985: Ensure in-tree builds override platstdlib_dir in every path…
neonene e37a158
GH-83658: make multiprocessing.Pool raise an exception if maxtasksper…
iritkatriel 538f289
test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)
vstinner 4beee0c
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match …
gpshead ffc228d
gh-89745: Avoid exact match when comparing program_name in test_embed…
neonene c5b750d
gh-93852: Add test.support.create_unix_domain_name() (#93914)
vstinner 1735710
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
vstinner e444752
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
vstinner f64557f
gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the time…
vstinner 0ff626f
gh-77782: Deprecate global configuration variable (#93943)
vstinner a51742a
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Fidget-Spinner 11190c4
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Fidget-Spinner 96464e5
GH-89858: Fix test_embed for out-of-tree builds (GH-93465)
kumaraditya303 71354ad
gh-92611: Add details on replacements for cgi utility funcs (GH-92792)
CAM-Gerlach b1ae4af
GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized …
iritkatriel c1e1942
gh-91387: Strip trailing slash from tarfile longname directories (GH-…
cfernald b96d56d
Add jaraco as primary owner of importlib.metadata and importlib.resou…
jaraco 084023c
gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
tiran f9433ff
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
serhiy-storchaka 7a2cc35
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
tiran fea1e9b
gh-93955: Use unbound methods for slot `__getattr__` and `__getattrib…
Fidget-Spinner dd78aae
gh-91387: Fix tarfile test on WASI (GH-93984)
tiran 6066f45
gh-93975: Nicer error reporting in test_venv (GH-93959)
jaraco 726448e
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH…
kumaraditya303 59c1b33
What's new in 3.10: fix link to issue (#93968)
hugovk dba3fa5
gh-93761: Fix test_logging test_config_queue_handler() race condition…
vstinner 2664d9a
gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)
vstinner 27b9894
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
vstinner 476d302
gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)
leikdga 2702e40
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
tiran 62363bf
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
tiran 6446592
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs …
8e08978
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
erlend-aasland affa9f2
gh-79009: sqlite3.iterdump now correctly handles tables with autoincr…
itssme 774ef28
gh-84461: Silence some compiler warnings on WASM (GH-93978)
tiran 45e62a2
GH-93897: Store frame size in code object and de-opt if insufficient …
markshannon ab0e601
GH-93516: Speedup line number checks when tracing. (GH-93763)
markshannon 61f24e7
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (#92…
mkoeppe 7ad6f74
gh-87347: Add parenthesis around macro arguments (#93915)
vstinner cfb986a
gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#9…
vstinner 1603a10
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
iritkatriel 77c839c
gh-94021: Address unreachable code warning in specialize code (GH-94022)
tiran 889772f
GH-93678: refactor compiler so that optimizer does not need the assem…
iritkatriel d82e0bf
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
vstinner c735d54
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
vstinner 5fcfdd8
GH-91432: Specialize FOR_ITER (GH-91713)
sweeneyde 94eeac0
gh-94028: Clear and reset sqlite3 statements properly in cursor itern…
erlend-aasland 0ff7b99
gh-94052: Don't re-run failed tests with --python option (#94054)
tiran 50ebd72
gh-93839: Use load_package_tests() for testmock (GH-94055)
tiran 616fa34
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
vstinner c7a79bb
gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
vstinner 6f8875e
GH-93841: Allow stats to be turned on and off, cleared and dumped at …
markshannon 0efe3a1
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
AA-Turner 5a08e0f
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has …
zooba 7327d61
Closes gh-94038: Update Release Schedule in README.rst from PEP 664 t…
MilanJuhas f62ff97
gh-93851: Fix all broken links in Doc/ (GH-93853)
arhadthedev 8305137
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz 420f0df
Minor optimization for Fractions.limit_denominator (GH-93730)
mdickinson 51d6731
gh-93240: clarify wording in IO tutorial (GH-93276)
paulreece dd5cf84
Tutorial: specify match cases don't fall through (GH-93615)
pr2502 4e08fbc
gh-93021: Fix __text_signature__ for __get__ (GH-93023)
JelleZijlstra f28ec34
gh-82927: Update files related to HTML entities. (GH-92504)
ezio-melotti 0709586
DOC: correct bytesarray -> bytearray in comments (GH-92410)
tacaswell 4abab6b
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
gpshead 296e4ef
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92…
gpshead 6575841
bpo-30535: [doc] state that sys.meta_path is not empty by default (GH…
iritkatriel 9a479c3
gh-88123: Implement new Enum __contains__ (GH-93298)
carlbordum f805d37
Stats: Add summary of top instructions for misses and deferred specia…
markshannon fda4b2f
gh-74696: Do not change the current working directory in shutil.make_…
serhiy-storchaka dc8e1d0
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
chgnrdv ca308c1
Fix typo in _io.TextIOWrapper Clinic input (#94037)
fikotta c029b55
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxili…
jaraco d36954b
gh-91172: Create a workflow for verifying bundled pip and setuptools …
illia-v 8661c50
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
partev 47e3562
gh-84623: Remove unused imports (#94132)
vstinner c1fb12e
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
vstinner e52009d
gh-84623: Move imports in doctests (#94133)
vstinner dd39e29
Add ABI dump Makefile target (#94136)
pablogsal 576dd90
gh-84623: Remove unused imports in idlelib (#94143)
vstinner 9877f4c
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93…
methane 7c439dc
Closes gh-94152: Update pyvideo.org URL (GH-94075)
partev fb1e950
gh-91456: [Enum] Deprecate default auto() behavior with mixed value t…
oscar-LT 15bfabd
gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)
tiran 11e865c
gh-86404: [doc] Fix missing backtick and double target name. (#94120)
JulienPalard 8928531
gh-89121: Keep the number of pending SQLite statements to a minimum (…
erlend-aasland 5b6e576
GH-91742: Fix pdb crash after jump (GH-94171)
kumaraditya303 b4e0d61
[Enum] fix typo (GH-94158)
ethanfurman 2fc83ac
gh-92858: Improve error message for some suites with syntax error bef…
wookie184 4e796f5
gh-93771: Clarify how deepfreeze.py is run (#94150)
gvanrossum 9a95fa9
gh-91219: Add an index_pages default list and parameter to SimpleHTTP…
myronww 28a2ccf
[Enum] Remove automatic docstring generation (GH-94188)
dignissimus 8e6ecca
Add ABI dump script (#94135)
pablogsal 5075e81
Add more tests for throwing into yield from (GH-94097)
brandtbucher 6e33ba1
gh-94169: Remove deprecated io.OpenWrapper (#94170)
vstinner d435a18
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
vstinner d3a27e4
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
vstinner ab077d1
gh-93692: remove "build finished successfully" message from setup.py …
erlend-aasland 8625802
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
tiran 51fd4de
gh-94205: Ensures all required DLLs are copied on Windows for underpt…
zooba e69306f
gh-84461: Build Emscripten with WASM BigInt support (#94219)
tiran f0b234e
gh-94172: urllib.request avoids deprecated check_hostname (#94193)
vstinner 91f9947
IDLE: replace if statement with expression (#94228)
terryjreedy a91ffcf
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` de…
arhadthedev 50a5ab2
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Fidget-Spinner 0a40025
gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
tiran 605e9c6
gh-85308: Add argparse tests for reading non-ASCII arguments from fil…
serhiy-storchaka 81e91c9
bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, Pa…
GBeauregard 50cd4b6
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
jarondl b528499
gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962) (#94258)
tiran 944c7d8
gh-94199: Remove ssl.match_hostname() function (#94224)
vstinner 6b86534
gh-94207: Fix struct module leak (GH-94239)
mdickinson 75cb3ab
gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
serhiy-storchaka bec802d
gh-77560: Report possible errors in restoring builtins at finalizatio…
serhiy-storchaka bd3c1c1
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
erlend-aasland c57a1c7
bpo-39971: Change examples to be runnable (GH-32172)
slateny 9af6b75
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
iritkatriel 38612a0
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
jaraco 47b63da
Merge branch 'main' into revert-30935-defer-bpo45162-to-312
serhiy-storchaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account