FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/context.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
context.c
on
3.14
User selector
Datepicker
Commit history
Commits on Aug 20, 2026
[3.14] gh-155519: fix data-race for Context.ctx_vars (GH-155522) (#155892)
Show description for 8854fbc
miss-islington
and
nascheme
authored
8854fbc
View commit details
Copy full SHA for 8854fbc
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
[3.14] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152010)
Show description for b471b4a
miss-islington
and
bhuvi27
authored
b471b4a
View commit details
Copy full SHA for b471b4a
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
[3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813)
Show description for 7756f59
authored
7756f59
View commit details
Copy full SHA for 7756f59
View code at this point
Browse repository at this point
Commits on May 27, 2026
[3.14] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350) (GH-150473)
Show description for 49975a5
serhiy-storchaka
authored
49975a5
View commit details
Copy full SHA for 49975a5
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
[3.14] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142893)
Show description for 338bdb2
miss-islington
and
sobolevn
authored
338bdb2
View commit details
Copy full SHA for 338bdb2
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
[3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503) (#138505)
Show description for cddb7e6
authored
cddb7e6
View commit details
Copy full SHA for cddb7e6
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
Show description for 3d69d18
authored
3d69d18
View commit details
Copy full SHA for 3d69d18
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (#132003)
sobolevn
authored
ab2a3dd
View commit details
Copy full SHA for ab2a3dd
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6
vstinner
authored
9d759b6
View commit details
Copy full SHA for 9d759b6
View code at this point
Browse repository at this point
Commits on Feb 12, 2025
gh-129889: Support context manager protocol by contextvars.Token (#129888)
asvetlov
authored
469d2e4
View commit details
Copy full SHA for 469d2e4
View code at this point
Browse repository at this point
Commits on Jan 22, 2025
gh-128863: Deprecate private C API functions (#128864)
Show description for 9012fa7
vstinner
authored
9012fa7
View commit details
Copy full SHA for 9012fa7
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
gh-111178: fix UBSan failures in `Python/context.c` (GH-128242)
Show description for 1da0901
picnixz
authored
1da0901
View commit details
Copy full SHA for 1da0901
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
gh-124872: Replace enter/exit events with "switched" (#125532)
Show description for bee112a
authored
bee112a
View commit details
Copy full SHA for bee112a
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124776)" (#125513)
Eclips4
authored
d3c82b9
View commit details
Copy full SHA for d3c82b9
View code at this point
Browse repository at this point
Commits on Oct 14, 2024
gh-124872: Replace enter/exit events with "switched" (#124776)
Show description for 843d28f
rhansen
authored
843d28f
View commit details
Copy full SHA for 843d28f
View code at this point
Browse repository at this point
Commits on Oct 12, 2024
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Show description for 330c527
rhansen
authored
330c527
View commit details
Copy full SHA for 330c527
View code at this point
Browse repository at this point
gh-124872: Move PyThreadState to first argument for consistency (#124774)
rhansen
authored
62d5a53
View commit details
Copy full SHA for 62d5a53
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Show description for 9429163
vstinner
authored
9429163
View commit details
Copy full SHA for 9429163
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
gh-119333: get interp from tstate for PyContext watchers(#124444)
Show description for 46f5cbc
fried
and
kumaraditya303
authored
46f5cbc
View commit details
Copy full SHA for 46f5cbc
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Show description for d87482b
fried
and
erlend-aasland
authored
d87482b
View commit details
Copy full SHA for d87482b
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
gh-100240: Use a consistent implementation for freelists (#121934)
Show description for 5716cc3
colesbury
authored
5716cc3
View commit details
Copy full SHA for 5716cc3
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
gh-121546: Disable contextvar caching on free-threading build (GH-121740)
Fidget-Spinner
authored
e904300
View commit details
Copy full SHA for e904300
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
Show description for aed31be
ZeroIntensity
and
kumaraditya303
authored
aed31be
View commit details
Copy full SHA for aed31be
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-119182: Use public PyUnicodeWriter in contextvar_tp_repr() (#120809)
Show description for 56657f6
vstinner
authored
56657f6
View commit details
Copy full SHA for 56657f6
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
corona10
authored
321d13f
View commit details
Copy full SHA for 321d13f
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
corona10
authored
f15795c
View commit details
Copy full SHA for f15795c
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (gh-114899)
corona10
authored
d4d5bae
View commit details
Copy full SHA for d4d5bae
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
corona10
authored
1390796
View commit details
Copy full SHA for 1390796
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
corona10
authored
6997792
View commit details
Copy full SHA for 6997792
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
corona10
authored
867f59f
View commit details
Copy full SHA for 867f59f
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-84436: Skip refcounting for known immortals (GH-107605)
brandtbucher
authored
05a824f
View commit details
Copy full SHA for 05a824f
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on May 2, 2023
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Show description for f73abf8
ericsnowcurrently
authored
f73abf8
View commit details
Copy full SHA for f73abf8
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Show description for 01fa907
ericsnowcurrently
authored
01fa907
View commit details
Copy full SHA for 01fa907
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Show description for 231d83b
vstinner
authored
231d83b
View commit details
Copy full SHA for 231d83b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL