FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/structseq.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.6k
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
Objects
structseq.c
on
3.13
User selector
Datepicker
Commit history
Commits on Mar 16, 2026
[3.13] gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820) (#145924)
Show description for 1d6e037
miss-islington
and
eendebakpt
authored
1d6e037
View commit details
Copy full SHA for 1d6e037
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
Show description for d655c65
encukou
authored
d655c65
View commit details
Copy full SHA for d655c65
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
[3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122625)
Show description for 57ba3b0
miss-islington
and
colesbury
authored
57ba3b0
View commit details
Copy full SHA for 57ba3b0
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009)
Show description for e5fb3a2
miss-islington
and
ericsnowcurrently
authored
e5fb3a2
View commit details
Copy full SHA for e5fb3a2
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
serhiy-storchaka
authored
6e05537
View commit details
Copy full SHA for 6e05537
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
GH-108362: Incremental Cycle GC (GH-116206)
markshannon
authored
1530932
View commit details
Copy full SHA for 1530932
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
Show description for 8a3c499
markshannon
authored
8a3c499
View commit details
Copy full SHA for 8a3c499
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
GH-108362: Incremental GC implementation (GH-108038)
markshannon
authored
36518e6
View commit details
Copy full SHA for 36518e6
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
gh-111262: Add PyDict_Pop() function (#112028)
Show description for 4f04172
authored
4f04172
View commit details
Copy full SHA for 4f04172
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0
vstinner
authored
be5e8a0
View commit details
Copy full SHA for be5e8a0
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
XuehaiPan
authored
3bbe3b7
View commit details
Copy full SHA for 3bbe3b7
View code at this point
Browse repository at this point
gh-110235: Raise TypeError for duplicate/unknown fields in PyStructSequence constructor (GH-110258)
XuehaiPan
authored
9561648
View commit details
Copy full SHA for 9561648
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Show description for 13a0007
vstinner
authored
13a0007
View commit details
Copy full SHA for 13a0007
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Show description for 4dc9f48
vstinner
and
serhiy-storchaka
authored
4dc9f48
View commit details
Copy full SHA for 4dc9f48
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Show description for 615f6e9
vstinner
authored
615f6e9
View commit details
Copy full SHA for 615f6e9
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 Jun 28, 2023
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Show description for 3f8483c
vstinner
authored
3f8483c
View commit details
Copy full SHA for 3f8483c
View code at this point
Browse repository at this point
Commits on May 3, 2023
gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)
Show description for de64e75
ericsnowcurrently
authored
de64e75
View commit details
Copy full SHA for de64e75
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
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Interpreter (gh-104072)
Show description for fdd8786
ericsnowcurrently
authored
fdd8786
View commit details
Copy full SHA for fdd8786
View code at this point
Browse repository at this point
Commits on May 1, 2023
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Show description for 59bc36a
ericsnowcurrently
authored
59bc36a
View commit details
Copy full SHA for 59bc36a
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)
Show description for 424a785
ericsnowcurrently
authored
424a785
View commit details
Copy full SHA for 424a785
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Show description for d2e2e53
ericsnowcurrently
authored
d2e2e53
View commit details
Copy full SHA for d2e2e53
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Show description for 7436874
ericsnowcurrently
authored
7436874
View commit details
Copy full SHA for 7436874
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Show description for cbb0aa7
ericsnowcurrently
authored
cbb0aa7
View commit details
Copy full SHA for cbb0aa7
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8
vstinner
authored
3a1dde8
View commit details
Copy full SHA for 3a1dde8
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
ericsnowcurrently
authored
87154d8
View commit details
Copy full SHA for 87154d8
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Show description for 4a1dd73
ericsnowcurrently
authored
4a1dd73
View commit details
Copy full SHA for 4a1dd73
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal (GH-30988)
vstinner
authored
9a24127
View commit details
Copy full SHA for 9a24127
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
vstinner
authored
ac1f152
View commit details
Copy full SHA for ac1f152
View code at this point
Browse repository at this point
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55
vstinner
authored
1781d55
View commit details
Copy full SHA for 1781d55
View code at this point
Browse repository at this point
bpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eab
vstinner
authored
e9e3eab
View commit details
Copy full SHA for e9e3eab
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5
ericsnowcurrently
authored
c8749b5
View commit details
Copy full SHA for c8749b5
View code at this point
Browse repository at this point
Commits on May 3, 2021
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
pablogsal
authored
c2931d3
View commit details
Copy full SHA for c2931d3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL