FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/objimpl.h - 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
Include
objimpl.h
on
3.12
User selector
Datepicker
Commit history
Commits on Mar 14, 2023
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
jbower-fb
authored
cbd3fbf
View commit details
Copy full SHA for cbd3fbf
View code at this point
Browse repository at this point
Commits on Jun 26, 2022
gh-87347: Fix PyObject_NEW() regression (#94234)
Show description for 44c8e68
vstinner
authored
44c8e68
View commit details
Copy full SHA for 44c8e68
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74
vstinner
authored
7ad6f74
View commit details
Copy full SHA for 7ad6f74
View code at this point
Browse repository at this point
Commits on May 3, 2022
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Show description for fbd5539
vstinner
authored
fbd5539
View commit details
Copy full SHA for fbd5539
View code at this point
Browse repository at this point
Commits on May 2, 2022
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Show description for 0313970
vstinner
authored
0313970
View commit details
Copy full SHA for 0313970
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Show description for 29e2245
vstinner
authored
29e2245
View commit details
Copy full SHA for 29e2245
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076bef
vstinner
authored
7076bef
View commit details
Copy full SHA for 7076bef
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Show description for 645ed62
vstinner
authored
645ed62
View commit details
Copy full SHA for 645ed62
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
Show description for 3cc481b
authored
3cc481b
View commit details
Copy full SHA for 3cc481b
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68c
vstinner
authored
32bd68c
View commit details
Copy full SHA for 32bd68c
View code at this point
Browse repository at this point
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abd
vstinner
authored
00d7abd
View commit details
Copy full SHA for 00d7abd
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Show description for 04fc4f2
vstinner
authored
04fc4f2
View commit details
Copy full SHA for 04fc4f2
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Show description for f13072b
pablogsal
authored
f13072b
View commit details
Copy full SHA for f13072b
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Show description for 9205520
vstinner
authored
9205520
View commit details
Copy full SHA for 9205520
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Show description for f58bd7c
vstinner
authored
f58bd7c
View commit details
Copy full SHA for f58bd7c
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Show description for 364f0b0
eduardo-elizondo
authored and
encukou
committed
364f0b0
View commit details
Copy full SHA for 364f0b0
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Show description for e421106
vstinner
authored
e421106
View commit details
Copy full SHA for e421106
View code at this point
Browse repository at this point
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Show description for b509d52
vstinner
authored
b509d52
View commit details
Copy full SHA for b509d52
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Show description for 2ff8fb7
vstinner
authored
2ff8fb7
View commit details
Copy full SHA for 2ff8fb7
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1
vstinner
authored
bcda8f1
View commit details
Copy full SHA for bcda8f1
View code at this point
Browse repository at this point
Commits on Nov 20, 2018
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
Show description for 3e21ad1
vstinner
authored
3e21ad1
View commit details
Copy full SHA for 3e21ad1
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
bpo-35081: Make some _PyGC macros internal (GH-10507)
Show description for 1a6be91
vstinner
authored
1a6be91
View commit details
Copy full SHA for 1a6be91
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Show description for 542497a
vstinner
authored
542497a
View commit details
Copy full SHA for 542497a
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Show description for b4435e2
vstinner
authored
b4435e2
View commit details
Copy full SHA for b4435e2
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
bpo-33597: Reduce PyGC_Head size (GH-7043)
methane
authored
5ac9e6e
View commit details
Copy full SHA for 5ac9e6e
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Show description for ea62ce7
ctismer
authored and
ned-deily
committed
ea62ce7
View commit details
Copy full SHA for ea62ce7
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
Show description for 517da1e
WouldYouKindly
authored and
Mariatta
committed
517da1e
View commit details
Copy full SHA for 517da1e
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
bpo-32030: Add pymain_get_global_config() (#4735)
Show description for 6bf992a
vstinner
authored
6bf992a
View commit details
Copy full SHA for 6bf992a
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #26900: Excluded underscored names and other private API from limited API.
serhiy-storchaka
committed
9fab79b
View commit details
Copy full SHA for 9fab79b
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
Don't run garbage collection on interpreter exit if it was explicitly disabled
Show description for fef7e94
ambv
committed
fef7e94
View commit details
Copy full SHA for fef7e94
View code at this point
Browse repository at this point
Commits on May 2, 2014
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Show description for db067af
vstinner
committed
db067af
View commit details
Copy full SHA for db067af
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
cast negative numbers to size_t before shifting them (#20929)
benjaminp
committed
bdc4b02
View commit details
Copy full SHA for bdc4b02
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 46e1ce2
serhiy-storchaka
committed
46e1ce2
View commit details
Copy full SHA for 46e1ce2
View code at this point
Browse repository at this point
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 9594942
serhiy-storchaka
committed
9594942
View commit details
Copy full SHA for 9594942
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL