summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-012-15/+39
* gh-117958: Expose JIT code via method in UOpExecutor (#117959)Anthony Shaw2024-05-011-1/+24
* gh-116767: fix crash on 'async with' with many context managers (GH-118348)Irit Katriel2024-05-011-2/+16
* GH-118095: Make invalidating and clearing executors memory safe (GH-118459)Mark Shannon2024-05-013-40/+99
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-0110-13/+57
* gh-117657: Don't specialize RESUME_CHECK when specialization is disabled (GH-...Ken Jin2024-04-302-0/+4
* gh-118422: Fix run_fileexflags() test (#118429)Victor Stinner2024-04-302-51/+53
* gh-118332: Fix deadlock involving stop the world (#118412)Sam Gross2024-04-302-4/+5
* gh-117657: Fix small issues with instrumentation and TSAN (#118064)Dino Viehland2024-04-305-8/+11
* gh-118272: Clear generator frame's locals when the generator is closed (#118277)Irit Katriel2024-04-301-5/+12
* gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)Nice Zombies2024-04-301-2/+2
* gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...Malcolm Smith2024-04-302-0/+78
* GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)Mark Shannon2024-04-306-16/+86
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-291-0/+3
* gh-117657: TSAN fix race on `gstate->young.count` (#118313)Alex Turner2024-04-291-12/+13
* gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (...Eric Snow2024-04-292-156/+194
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-292-0/+41
* gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)Eric Snow2024-04-292-137/+181
* gh-107674: Lazy load line number to improve performance of tracing (GH-118127)Tian Gao2024-04-292-15/+48
* GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)Mark Shannon2024-04-294-1/+77
* gh-109118: Make comprehensions work within annotation scopes, but without inl...Jelle Zijlstra2024-04-281-14/+4
* gh-116749: Disable GIL by default in free-threaded build (#118295)Sam Gross2024-04-261-3/+1
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-267-34/+181
* gh-117680: Fix msvc warning in instruction_sequence.c (#118326)neonene2024-04-261-2/+2
* gh-117385: Remove unhooked events on sys.settrace (GH-117386)Tian Gao2024-04-261-3/+2
* gh-110693: Pending Calls Machinery Cleanups (gh-118296)Eric Snow2024-04-261-55/+104
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-259-72/+111
* gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)Nice Zombies2024-04-251-32/+115
* gh-117953: Fix Refleaks Introduced by gh-118194 (gh-118250)Eric Snow2024-04-241-1/+5
* gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)Eric Snow2024-04-242-93/+151
* gh-117953: Let update_global_state_for_extension() Caller Decide If Singlepha...Eric Snow2024-04-241-20/+93
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+3
* gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)Eric Snow2024-04-244-97/+161
* GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)Mark Shannon2024-04-244-4/+5
* GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)Mark Shannon2024-04-242-12/+12
* gh-117901: Add option for compiler's codegen to save nested instruction seque...Irit Katriel2024-04-241-0/+18
* gh-118074: Immortal executors are not GC-able (#118182)Guido van Rossum2024-04-231-4/+1
* gh-117657: Quiet TSAN warnings about remaining non-atomic accesses of `tstate...mpage2024-04-232-2/+3
* gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)Eric Snow2024-04-232-75/+104
* gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)Joe Jevnik2024-04-231-0/+5
* GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)Guido van Rossum2024-04-221-0/+10
* gh-109118: Allow lambdas in annotation scopes in classes (#118019)Jelle Zijlstra2024-04-221-11/+0
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-226-19/+171
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-224-24/+17
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-197-60/+214
* gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...Russell Keith-Magee2024-04-191-1/+2
* GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)Mark Shannon2024-04-194-3/+9
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-191-1/+3
* gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)Tian Gao2024-04-191-2/+2
* gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)Donghee Na2024-04-182-11/+19