FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/methodobject.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
methodobject.c
on
3.12
User selector
Datepicker
Commit history
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 May 4, 2022
Use static inline function Py_EnterRecursiveCall() (#91988)
Show description for d716a0d
vstinner
authored
d716a0d
View commit details
Copy full SHA for d716a0d
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
tiran
authored
581c443
View commit details
Copy full SHA for 581c443
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 Aug 10, 2021
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678)
pablogsal
authored
bfc2d5a
View commit details
Copy full SHA for bfc2d5a
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670)
YannickJadoul
authored
04b8631
View commit details
Copy full SHA for 04b8631
View code at this point
Browse repository at this point
Commits on May 7, 2020
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Show description for e1becf4
authored
e1becf4
View commit details
Copy full SHA for e1becf4
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
vstinner
authored
d9ea5ca
View commit details
Copy full SHA for d9ea5ca
View code at this point
Browse repository at this point
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Show description for 224481a
vstinner
authored
224481a
View commit details
Copy full SHA for 224481a
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
bpo-39884: Add method name in "bad call flags" error (GH-18944)
Show description for c7d2d69
vstinner
authored
c7d2d69
View commit details
Copy full SHA for c7d2d69
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
bpo-36347: stop using RESTRICTED constants (GH-12684)
Show description for 24bba8c
jdemeyer
authored
24bba8c
View commit details
Copy full SHA for 24bba8c
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753
encukou
authored
ffd9753
View commit details
Copy full SHA for ffd9753
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700
vstinner
authored
58ac700
View commit details
Copy full SHA for 58ac700
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
Show description for 4dedd0f
vstinner
authored
4dedd0f
View commit details
Copy full SHA for 4dedd0f
View code at this point
Browse repository at this point
Commits on Nov 5, 2019
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Show description for bf17d41
jdemeyer
authored and
miss-islington
committed
bf17d41
View commit details
Copy full SHA for bf17d41
View code at this point
Browse repository at this point
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Show description for 1726909
vstinner
authored
1726909
View commit details
Copy full SHA for 1726909
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Show description for be434dc
vstinner
authored
be434dc
View commit details
Copy full SHA for be434dc
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Show description for 7a6873c
jdemeyer
authored and
encukou
committed
7a6873c
View commit details
Copy full SHA for 7a6873c
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
Make PyXXX_Fini() functions private (GH-15531)
Show description for bed4817
vstinner
authored
bed4817
View commit details
Copy full SHA for bed4817
View code at this point
Browse repository at this point
Commits on Jul 26, 2019
bpo-37340: remove free_list for bound method objects (GH-14232)
methane
authored
3e54b57
View commit details
Copy full SHA for 3e54b57
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
jdemeyer
authored and
encukou
committed
0d722f3
View commit details
Copy full SHA for 0d722f3
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 30, 2019
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
jdemeyer
authored and
encukou
committed
37788bc
View commit details
Copy full SHA for 37788bc
View code at this point
Browse repository at this point
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77f
authored and
encukou
committed
aacc77f
View commit details
Copy full SHA for aacc77f
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Show description for bb86bf4
serhiy-storchaka
authored
bb86bf4
View commit details
Copy full SHA for bb86bf4
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
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 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 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebe
vstinner
authored
621cebe
View commit details
Copy full SHA for 621cebe
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1f
vstinner
authored
27e2d1f
View commit details
Copy full SHA for 27e2d1f
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 Sep 12, 2018
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
benjaminp
authored
e502451
View commit details
Copy full SHA for e502451
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
Show description for ac20e0f
serhiy-storchaka
authored
ac20e0f
View commit details
Copy full SHA for ac20e0f
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL