FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/moduleobject.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
Objects
moduleobject.c
on
3.13
User selector
Datepicker
Commit history
Commits on Jul 1, 2025
[3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126)
Show description for e3a277c
authored
e3a277c
View commit details
Copy full SHA for e3a277c
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
[3.13] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing (GH-130934) (#130939)
Show description for d5eb490
miss-islington
and
hauntsaninja
authored
d5eb490
View commit details
Copy full SHA for d5eb490
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)
Show description for 7c1b76f
serhiy-storchaka
authored
7c1b76f
View commit details
Copy full SHA for 7c1b76f
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
[3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937)
Show description for 3d8b6f0
hauntsaninja
authored
3d8b6f0
View commit details
Copy full SHA for 3d8b6f0
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
[3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284)
Show description for 88a96fc
miss-islington
and
serhiy-storchaka
authored
88a96fc
View commit details
Copy full SHA for 88a96fc
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
encukou
authored
417dd3a
View commit details
Copy full SHA for 417dd3a
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-118527: Use deferred reference counting for C functions on modules (#118529)
Show description for 608192e
colesbury
authored
608192e
View commit details
Copy full SHA for 608192e
View code at this point
Browse repository at this point
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
gh-95754: Better error when script shadows a standard library or third party module (#113769)
hauntsaninja
authored
8e86579
View commit details
Copy full SHA for 8e86579
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
gh-117376: Partial implementation of deferred reference counting (#117696)
Show description for 4ad8f09
colesbury
authored
4ad8f09
View commit details
Copy full SHA for 4ad8f09
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
gh-95754: Better AttributeError on partially initialised module (#112577)
Show description for 61e8184
hauntsaninja
and
serhiy-storchaka
authored
61e8184
View commit details
Copy full SHA for 61e8184
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Show description for 8660fb7
serhiy-storchaka
authored
8660fb7
View commit details
Copy full SHA for 8660fb7
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
serhiy-storchaka
authored
18203a6
View commit details
Copy full SHA for 18203a6
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Show description for 970e719
serhiy-storchaka
and
vstinner
authored
970e719
View commit details
Copy full SHA for 970e719
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-108308: Use PyDict_GetItemRef() in moduleobject.c (#108381)
Show description for 4890f65
vstinner
authored
4890f65
View commit details
Copy full SHA for 4890f65
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 Jul 18, 2023
gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720)
Show description for e1c295e
serhiy-storchaka
authored
e1c295e
View commit details
Copy full SHA for e1c295e
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
serhiy-storchaka
authored
be1b968
View commit details
Copy full SHA for be1b968
View code at this point
Browse repository at this point
Commits on Jul 3, 2023
gh-106320: Remove private _PyErr C API functions (#106356)
Show description for c5afc97
vstinner
authored
c5afc97
View commit details
Copy full SHA for c5afc97
View code at this point
Browse repository at this point
gh-106320: Create pycore_modsupport.h header file (#106355)
Show description for 35963da
vstinner
authored
35963da
View commit details
Copy full SHA for 35963da
View code at this point
Browse repository at this point
Commits on Jun 21, 2023
gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
Show description for 4328dc6
vstinner
authored
4328dc6
View commit details
Copy full SHA for 4328dc6
View code at this point
Browse repository at this point
Commits on May 6, 2023
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Show description for fff193b
ericsnowcurrently
authored
fff193b
View commit details
Copy full SHA for fff193b
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)
Show description for 1c420e1
ericsnowcurrently
authored
1c420e1
View commit details
Copy full SHA for 1c420e1
View code at this point
Browse repository at this point
Commits on May 4, 2023
gh-104066: Improve performance of hasattr for module objects (#104063)
itamaro
authored
fdcb49c
View commit details
Copy full SHA for fdcb49c
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
gh-101758: Clean Up Uses of Import State (gh-101919)
Show description for b2fc549
ericsnowcurrently
authored
b2fc549
View commit details
Copy full SHA for b2fc549
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946)
seberg
authored
474220e
View commit details
Copy full SHA for 474220e
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Show description for 5f55067
ericsnowcurrently
authored
5f55067
View commit details
Copy full SHA for 5f55067
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Show description for dd36b71
ericsnowcurrently
authored
dd36b71
View commit details
Copy full SHA for dd36b71
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 Oct 27, 2022
gh-98627: Use a Switch in PyModule_FromDefAndSpec2() (gh-98734)
Show description for 731909e
ericsnowcurrently
authored
731909e
View commit details
Copy full SHA for 731909e
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
no-issue: Add assertion to PyModule_GetName for understanding (GH-32236)
corona10
authored
b183f48
View commit details
Copy full SHA for b183f48
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
markshannon
authored
751c9ed
View commit details
Copy full SHA for 751c9ed
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31d
vstinner
authored
042f31d
View commit details
Copy full SHA for 042f31d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL