Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-121489: Export private _PyBytes_Join() again#122094
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
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes from1 commit
Commits
Show all changes
903 commits Select commitHold shift + click to select a range
9056597 gh-73991: Skip permission test if running as *nix superuser (GH-120994)
encukouef28f6d gh-121040: Remove fallthrough warnings compiler option (gh-121041)
nohlson9e45fd9 gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#1…
devdanzin9e4a81f gh-120642: Move private PyCode APIs to the internal C API (#120643)
vstinnerc878767 gh-119786: move frames documentation to InternalDocs and add details …
iritkatriel44eafd6 gh-121008: Fix idlelib.run tests (#121046)
vstinner9cd2dcb gh-120593: Fix const qualifier in pyatomic.h (#121055)
vstinnere51e880 gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
vstinnerd611c4c gh-118908: Use __main__ for the default PyREPL namespace (#121054)
ambv22b0de2 gh-117139: Convert the evaluation stack to stack refs (#118450)
Fidget-Spinner1c13b29 gh-120937: Reference weakref from the `__del__` documentation (#120940)
chaen4be1f37 gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (g…
ericsnowcurrently7d9c685 gh-120868: Fix breaking change in `logging.config` when using `QueueH…
provinzkraut1167a9a gh-119521: Remove _IncompleteInputError from the docs (GH-120993)
encukou4999e0b gh-120888: Bump bundled pip to 24.1.1 (#120889)
pradyunsg12af8ec gh-121040: Use __attribute__((fallthrough)) (#121044)
vstinner6f7acaa gh-120686: remove unused internal c api functions (#120687)
iritkatrielb7a95df gh-120593: Check -Wcast-qual flag in test_cext (#121081)
vstinner223c03a gh-121082: Fix build failure when the developer use `--enable-pystats…
Zheaolidb96edd gh-121027: Add a future warning in functools.partial.__get__ (#121086)
serhiy-storchaka0890ad7 gh-115986 Improve pprint docs formatting (GH-117401)
Privat33r-deve9b4ec6 gh-105623 Fix performance degradation in logging RotatingFileHandler …
zhatt4a62a33 gh-121065: Temporarily skip flaky test on free-threaded build (#121100)
colesbury237baf4 gh-121035: Update logging flow chart to include the lastResort handle…
bessman1a2e7a7 gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (g…
corona1058a3580 gh-107803: add whatsnew for asyncio double linked list implementation…
kumaraditya3036e63d84 gh-121096: Ignore dlopen() leaks in Valgrind suppression file (#121097)
vstinneref3c400 gh-120804: remove `is_active` method from internal child watchers imp…
kumaraditya30343709d5 Check for compiler warnings in test_cext on Windows (#121088)
vstinner81a654a gh-121018: Fix more cases of exiting in argparse when exit_on_error=F…
serhiy-storchaka2894aa1 gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
zoobae6543da gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127)
Fidget-Spinner92893fd gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle…
Legoclones6d34938 gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing0a1e8ff gh-121101: Document -Wall option (an alias for -Walways) (#121102)
wimglenn2cb84b1 gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
skirpichevd6d8707 GH-119054: Add "Expanding and resolving paths" section to pathlib doc…
barneygale6b280a8 GH-119054: Add alt text to pathlib inheritance diagram (#121158)
barneygale48cd104 gh-120522: Add a `--with-app-store-compliance` configure option to pa…
freakboy3742c3677be gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)
yuyuyureka2a455bb [doc] Update element positions and styles in logging flow diagram. (G…
vsajip1a84bdc gh-121163: Add "all" as an valid alias for "always" in warnings.simpl…
Eclips4bd473aa gh-87744: fix waitpid race while calling send_signal in asyncio (#121…
kumaraditya303f80376b gh-113565: Improve and harden detection of curses dependencies (#119816)
erlend-aaslandaf8c3d7 gh-121188: Sanitize invalid XML characters in regrtest (#121195)
vstinnera0b8b34 gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)
vstinner6988ff0 gh-61103: Support double complex (_Complex) type in ctypes (#120894)
skirpichevc766ad2 gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)
vstinner05a6f8d gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)
vstinner7e8f334 build(deps-dev): bump types-psutil from 5.9.5.20240516 to 6.0.0.20240…
dependabot[bot]c9302e8 build(deps-dev): bump mypy from 1.10.0 to 1.10.1 in /Tools (#121216)
dependabot[bot]8d0cafd build(deps-dev): bump types-setuptools from 70.0.0.20240524 to 70.1.0…
dependabot[bot]56a3ce2 gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSH…
WillChilds-Kleinc7991cc gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#1…
Eclips48a51767 gh-117657: Use critical section to make _socket.socket.close thread s…
aisk02cb5fd gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)
vstinnerd44c550 gh-120743: Soft deprecate os.popen() function (#120744)
vstinner91313af gh-114104: clarify asynchronous comprehension docs to match runtime b…
yangdanny979bcb7d8 gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_ea…
ericsnowcurrently294e724 gh-117657: Fix data races reported by TSAN in some set methods (#120914)
aisk33903c5 GH-116017: Get rid of _COLD_EXITs (GH-120960)
brandtbucher1dc9a4f gh-121196: Document `dict.fromkeys` params as pos-only (#121197)
sobolevn9662608 GH-119726: Use LDR for AArch64 trampolines (GH-121001)
diegorusso4f1e1df Fix phrasing in paragraphs with leading "similar" (#121135)
rffontenellebfe0e4d gh-121035: Improve logging flow diagram for dark/light modes. (GH-121…
vsajip7435f05 Move get_signal_name() to test.support (#121251)
vstinner7a807c3 gh-121245: Amend d611c4c8e9 (correct import) (#121255)
skirpichev15232a0 gh-121210: handle nodes with missing attributes/fields in `ast.compar…
picnixz6343486 gh-121165: protect macro expansion of `ADJUST_INDICES` with do-while(…
picnixz1ac2732 gh-121272: move __future__ import validation from compiler to symtabl…
iritkatriel8e8d202 gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
colesburyb180788 gh-115773: Add sizes to debug offset structure (#120112)
pablogsal0898354 gh-121035: Further improve logging flow diagram with respect to dark/…
vsajipf09d184 GH-73991: Support copying directory symlinks on older Windows (#120807)
barneygaleff5806c gh-121027: Make the functools.partial object a method descriptor (GH-…
serhiy-storchaka705a123 gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in r…
aiskff5751a gh-111872: Document the max_children attribute for `socketserver.Fork…
aiskf65d17b updated tp_flags initialization to use inplace or (#120625)
byundojinf49c83a build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218)
dependabot[bot]4232976 docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)
da-woods9d3c9b8 Docs: Add `os.splice` flags argument (#109847)
aminalaeec9bdfbe gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
P403n1x8751c4a32 gh-61103: Support float and long double complex types in ctypes modul…
skirpichev9315688 gh-121272: set ste_coroutine during symtable construction (#121297)
iritkatriel722229e gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)
Fidget-Spinnerafee76b gh-121245: a regression test for site.register_readline() (#121259)
skirpichev26d24ee gh-121035: Update PNG image for logging flow diagram. (GH-121323)
vsajip84512c0 GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)
diegorussoca2e876 gh-121201: Disable perf_trampoline on riscv64 for now (#121328)
stefanor7c66906 gh-121300: Add `replace` to `copy.__all__` (#121302)
max-muotof8373db gh-112136: Restore removed _PyArg_Parser (#121262)
vstinnere245ed7 gh-118714: Make the pdb post-mortem restart/quit behavior more reason…
gaogaotiantian94f50f8 gh-117983: Defer import of threading for lazy module loading (#120233)
effigies9728ead gh-121141: add support for `copy.replace` to AST nodes (#121162)
picnixz2f5f19e gh-120754: Reduce system calls in full-file FileIO.readall() case (#1…
cmaloney19d1e43 gh-121352: use _Py_SourceLocation in symtable (#121353)
iritkatriel06a1c3f gh-120754: Update estimated_size in C truncate (#121357)
cmaloney715ec63 gh-121355: Fix incorrect word in simple_stmts.rst (#121356)
Wondaeng67a05de gh-121272: move async for/with validation from compiler to symtable (…
iritkatrieldb17291 gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)
nineteendo17d5b9d gh-59110: zipimport: support namespace packages when no directory ent…
serhiy-storchakaf5c8d67 gh-106597: Remove unnecessary CFrame offsets (#121369)
P403n1x875f660e8 gh-121084: Fix test_typing random leaks (#121360)
vstinnercb688ba gh-90437: Fix __main__.py documentation wording (GH-116309)
tavallaiedb39bc4 gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)
jbrobstcecd601 gh-59110: Fix a debug output for implicit directories (GH-121375)
serhiy-storchakad4faa7b gh-121149: improve accuracy of builtin sum() for complex inputs (gh-1…
skirpichev0e77540 Fixed regenerating files in a checkout path with spaces (GH-121384)
AraHaan8ecb896 gh-121288: Make error message for index() methods consistent (GH-121395)
serhiy-storchaka892e3a1 Update example of str.split, bytes.split (#121287)
ppwwyyxx6239d41 gh-121359: Run test_pyrepl in isolated mode (#121414)
vstinner88fc065 GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
barneygaleada964f [docs] fix a Sphinx directive in `c-api/object.rst` (#121430)
picnixz53e1202 Regen ``Doc/requirements-oldest-sphinx.txt`` (#121437)
Eclips41143894 gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)
Eclips468e279b gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)
skirpichev3bddd07 Add Fidget-Spinner to stackrefs CODEOWNERS (GH-121455)
Fidget-Spinnerb765e4a GH-73991: Fix "Operation not supported" on Fedora buildbot. (#121444)
barneygalec866948 Fix sphinx reference target (#121470)
hauntsaninja5aa1e60 gh-121467: Fix makefile to include mimalloc headers (#121469)
cdce8pbf74db7 gh-121461: Fix os.path.normpath documentation indentation (#121466)
CBerJun59be79a gh-108297: Update crashers README for test_crashers removal (#121475)
ncoghland69529d gh-121338: Remove #pragma optimize (#121340)
mdboom8ad6067 GH-121012: Set index to -1 when list iterators become exhausted in ti…
markshannon5289550 gh-121374: Correct docstrings in `_interpchannels` (gh-121418)
max-muotodb00fee GH-119169: Simplify `os.walk()` exception handling (#121435)
barneygale31873be gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (g…
cdce8p1d3cf79 gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
colesbury2be37ec gh-121404: remove direct accesses to u_private from codegen functions…
iritkatriel006b53a NEWS: Fix Sphinx warnings and increase threshold for new news nits (#…
hugovk218edaf gh-121018: Fix typo in NEWS entry (#121510)
colesbury15d48ae gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-…
ericsnowcurrentlyfacf986 gh-121333: Clarify what is the default executor for asyncio.run_in_ex…
aiskbf8686e GH-118926: Better distinguish between pointer and arrays in interpret…
markshannon9ba2a46 Docs: fix typo and duplicate word in configure.rst (#121410)
rffontenelle649d5b6 gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#…
sobolevn9c08f40 gh-117657: Fix TSAN races in setobject.c (#121511)
colesbury0439743 gh-117657: Skip test when running under TSan (GH-121549)
colesbury8020946 GH-120372: Switch to wasmtime 22 (GH-121523)
brettcannonf621618 GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.…
brettcannon9585a1a GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_lis…
satori199522a0bdb Improve zipimport tests (GH-121535)
serhiy-storchakae282236 gh-121571: Do not use `EnvironmentError` in tests, use `OSError` inst…
sobolevncced22c gh-121547: deduplicate the code of const_cache update functions (#121…
iritkatriel84a5597 gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)
sobolevnca0fb34 gh-89364: Export PySignal_SetWakeupFd() function (#121537)
vstinneraf9f6de gh-107851: Fix spurious failures in fcntl eintr tests (#121556)
colesbury0177a34 gh-121404: remove some accesses to compiler internals from codegen fu…
iritkatriela802277 gh-121460: Skip freeing unallocated arenas (gh-121491)
stefanor3bfc9c8 gh-120198: Stop the world when setting __class__ on free-threaded bui…
Fidget-Spinner3ec719f gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)
colesbury7641743 gh-117657: Remove TSAN suppressions for _abc.c (#121508)
colesbury35a67e3 gh-121596: Fix Sharing Interpreter Channels (gh-121597)
ericsnowcurrentlyef10110 gh-119786: fix broken links in docs and comment (#121601)
iritkatriel6557af6 gh-121554: remove unnecessary internal functions in compile.c (#121555)
iritkatriel690b935 gh-121450: Make inline breakpoints use the most recent pdb instance (…
gaogaotiantiane6264b4 gh-121615: Improve `module.rst` C-API docs with better error descript…
sobolevn44937d1 gh-121592: Make select.poll() and related objects thread-safe (#121594)
colesbury58e8cf2 gh-121332: Make AST node constructor check _attributes instead of har…
JelleZijlstra5250a03 gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
ericsnowcurrentlye8c91d9 gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
colesbury65feded Update retroactive comments from GH-117741 (segfault in `FutureIter_d…
savannahostrowskidc03ce7 gh-95144: Improve error message of `... in None` (GH-119888)
zware4e36dd7 gh-121497: Make Pyrepl respect correctly the history with input hook …
pablogsal0759cec gh-99242 Ignore error when running regression tests under certain con…
basbloemsaat1801545 gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121…
serhiy-storchakae745996 gh-121609: Fix pasting of characters containing unicode character joi…
mgmacias954b9e10d gh-121499: Fix multi-line history rendering in the REPL (#121531)
pablogsalfc21781 gh-96765: Update ConfigParser.read() docs with multi-file read exampl…
timonviola0a26aa5 gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674)
tomasr8abc3aee gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)
colesbury422855a gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
mirelagrigorasf4d6e45 gh-120452: improve documentation about private name mangling (#120451)
picnixz178e44d gh-121657: Display correct error message for yield from outside of a …
gege-hohoa183474 gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)
zvyna640a60 gh-121652: Handle `allocate_weakref` returning NULL (#121653)
colesburyc0af6d4 gh-121651: Fix pdb header test (#121724)
gaogaotiantianb580589 gh-73159 Added clarifications in multiprocessing docs on that objects…
digitalfotografena2bec77 gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
vstinner901ea41 gh-121708: Improve test coverage for `unittest.util` (GH-121713)
tomasr8f6f4022 gh-64308: Remove TestProgram from the unittest docs (GH-121675)
stinovlas04130b2 gh-121562: optimized hex_from_char (#121563)
LimaBD3086b86 gh-121700 Emscripten trampolines not quite right since #106219 (GH-12…
hoodmanecae1526 gh-121698 Emscripten: Use updated WebAssembly type reflection proposa…
hoodmane26dfb27 gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-12…
GovernmentPlates6505bda Fix cache restoration for Hypothesis CI job (#121756)
webknjazbb802db gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result …
sobolevn5d6861a gh-121621: Use PyMutex for writes to asyncio state (#121622)
Fidget-Spinnerd005f2c gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)
sthibaul7982363 Generalize reusable Windows CI jobs (#121766)
webknjaz50eec50 gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)
JelleZijlstra48042c5 fix outdated comments in asyncio (#121783)
kumaraditya3038303d32 gh-117765: Improve documentation for `mocker.patch.dict` (#121755)
GovernmentPlates94bee45 gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
serhiy-storchaka74fbdcd gh-121785: Remove unused code from codecs.py (GH-121787)
srittau6522f0e gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754)
rodrigogiraoserrao985dd8e gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls(…
ericsnowcurrently6b98b27 gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizati…
ericsnowcurrentlye904300 gh-121546: Disable contextvar caching on free-threading build (GH-121…
Fidget-Spinnerfd085a4 gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.T…
skirpichev8b209fd gh-76785: Expand How Interpreter Channels Handle Interpreter Finaliza…
ericsnowcurrently05d4137 gh-121245: Refactor site.register_readline() (GH-121659)
skirpichev82a4dac gh-117657: Skip tests that fork with threads under TSan (#121599)
colesburyd23be39 gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (#121799)
colesburye5c7216 gh-121790: Fix interactive console initialization (#121793)
zvyn4134261 gh-121605: Fix test hang when pyrepl is not available (GH-121820)
colesbury2b1b689 gh-121814: Only check f_trace_opcodes if Python frame exists (#121818)
gaogaotiantian7d111da gh-121610: pyrepl - handle extending blocks when multi-statement bloc…
saucoide498a94c gh-121295: Fix blocked console after interrupting a long paste (GH-12…
mgmacias952bac2b8 gh-121403: Add notes for PyList_GetXXX APIs about the need for init (…
corona107e91e0d gh-120831: Increase the default minimum supported iOS version to 13.0…
freakboy37421755df7 gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.…
uatach8b6d475 gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi`…
sobolevn8549559 gh-120317: Lock around global state in the tokenize module (#120318)
lysnikolaouf27593a gh-120522: Revert "Add a `--with-app-store-compliance` configure opti…
ned-deilya0b205b 🧪🚑 Fix using `check_source` flags as bool (#121848)
webknjaz956270d gh-113993: For string interning, do not rely on (or assert) _Py_IsImm…
encukoud7a099d GH-105879: Note exec/eval keyword change in What's New (GH-121831)
ncoghlanb4aedb2 gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immorta…
encukou263c7e6 gh-121160: Add some tests for readline.set_history_length (GH-121326)
encukou8f25321 gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)
beachmachine69c68de gh-121621: Move asyncio running loop to thread state (GH-121695)
Fidget-Spinnerc46d64e gh-121130: Fix f-string format specifiers with debug expressions (#12…
pablogsal162b41f gh-121860: Fix crash when materializing managed dict (#121866)
colesburye65cb4c gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
gaogaotiantianf589f26 GH-120371: Add WASI SDK 22 support (GH-121870)
brettcannon4e35dd6 gh-83648: Use versionadded in 'deprecated' description (GH-121877)
zwaref036a46 GH-121583: Remove dependency from pystats.h to internal header file (…
mdboom941b3b7 gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (#…
bmwiedemann3761117 gh-121453: Update the `Doc/templates/download.html` download files si…
Wulian233f6c7d8d gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (#121843)
sobolevn72dccd6 gh-121834: Improve `complex` C-API docs (#121835)
sobolevndc9cc91 Fix Several Typos in Readme & Tests (#121559)
michaelg1005d98a4d Remove duplicate "it" in whatsnew 3.13 (#121580)
rffontenellebfdbeac gh-121849: Fix PyUnicodeWriter_WriteSubstring() crash if len=0 (#121896)
vstinnercffad5c gh-121863: Immortalize names in code objects to avoid crash (GH-121903)
encukou6682d91 gh-119698: fix a special case in `symtable.Class.get_methods` (#121802)
picnixz58753f3 gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876)
terryjreedyac07451 gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-…
AlexWaygood19cbf8f gh-120678: Guard against stdin.fileno() being unavailable (#121924)
ambvf4bc84d gh-121925: Fix uninitialized variables in `main.c` (#121926)
sobolevnb826e45 gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)
vstinner51da3df gh-121266: Change dict check_lookup() return type to int (#121581)
vstinnerf113c1a Add note about PYTHON_JIT environment variable to JIT README (GH-121635)
savannahostrowski81fd625 gh-121621: Move asyncio_running_loop to private struct (#121939)
colesburyc5a6b9a gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (#121493)
vstinner63ddd28 gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)
JelleZijlstra24cf867 gh-121874: Define audit-event open parameters consistently (GH-121883)
bmwiedemann27db060 gh-121489: Export private _PyBytes_Join() again
cdce8p0b98ed4 Code review
cdce8pFile 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
NextNext commit
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit90565972243f33dcd40d60a4f1474b97174fe304
There are no files selected for viewing
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
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.