Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pythonicca
/
cpython
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
moduleobject.c
on
master
User selector
All users
All time
Commit history
Commits on Nov 21, 2016
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Show description for 76abcd8
serhiy-storchaka
committed
76abcd8
View commit details
Copy full SHA for 76abcd8
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for c72b600
serhiy-storchaka
committed
c72b600
View commit details
Copy full SHA for c72b600
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 81ea51e
serhiy-storchaka
committed
81ea51e
View commit details
Copy full SHA for 81ea51e
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 0863473
serhiy-storchaka
committed
0863473
View commit details
Copy full SHA for 0863473
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 5507361
serhiy-storchaka
committed
5507361
View commit details
Copy full SHA for 5507361
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Issue #27914: Fixed a comment in PyModule_ExcDef.
Show description for 2fa6954
serhiy-storchaka
committed
2fa6954
View commit details
Copy full SHA for 2fa6954
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Merge #27782 fix from 3.5
ncoghlan
committed
4a24abe
View commit details
Copy full SHA for 4a24abe
View code at this point
Browse repository at this point
Issue #27782: Fix m_methods handling in multiphase init
Show description for 80b8fbc
ncoghlan
committed
80b8fbc
View commit details
Copy full SHA for 80b8fbc
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Issue #12946: Remove dead code in PyModule_GetDict
Show description for a406b9d
berkerpeksag
committed
a406b9d
View commit details
Copy full SHA for a406b9d
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
e1534c3
View commit details
Copy full SHA for e1534c3
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for 2bbdb47
serhiy-storchaka
committed
2bbdb47
View commit details
Copy full SHA for 2bbdb47
View code at this point
Browse repository at this point
Commits on May 23, 2015
Issue #24268: Address some PEP 489 refleaks
Show description for 0f8673c
ncoghlan
committed
0f8673c
View commit details
Copy full SHA for 0f8673c
View code at this point
Browse repository at this point
PEP 489: Multi-phase extension module initialization
Show description for 342a1c4
ncoghlan
committed
342a1c4
View commit details
Copy full SHA for 342a1c4
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Removed unintentional trailing spaces in non-external and non-generated C files.
serhiy-storchaka
committed
f7bfa54
View commit details
Copy full SHA for f7bfa54
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
sprinkle some _PyId goodness around moduleobject.c
benjaminp
committed
2fc3da9
View commit details
Copy full SHA for 2fc3da9
View code at this point
Browse repository at this point
do not override errors from descriptors on modules
benjaminp
committed
71bcb5a
View commit details
Copy full SHA for 71bcb5a
View code at this point
Browse repository at this point
Issue8297: module attribute lookup failures now include module name in error message.
ethanfurman
committed
53e944c
View commit details
Copy full SHA for 53e944c
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
Show description for 2d6d0b5
serhiy-storchaka
committed
2d6d0b5
View commit details
Copy full SHA for 2d6d0b5
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Issue #19255: The builtins module is restored to initial value before
Show description for d111826
serhiy-storchaka
committed
d111826
View commit details
Copy full SHA for d111826
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
Implement PEP 451 (ModuleSpec).
ericsnowcurrently
committed
d7f1aad
View commit details
Copy full SHA for d7f1aad
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
pitrou
committed
1896d62
View commit details
Copy full SHA for 1896d62
View code at this point
Browse repository at this point
Commits on May 4, 2013
#17115,17116: Have modules initialize the __package__ and __loader__
Show description for 5254a23
brettcannon
committed
5254a23
View commit details
Copy full SHA for 5254a23
View code at this point
Browse repository at this point
Commits on Jul 19, 2012
Issue #15394: Fix ref leaks in PyModule_Create.
Show description for 36c4512
meadori
committed
36c4512
View commit details
Copy full SHA for 36c4512
View code at this point
Browse repository at this point
Issue #15394: Fix ref leaks in PyModule_Create.
Show description for c943451
meadori
committed
c943451
View commit details
Copy full SHA for c943451
View code at this point
Browse repository at this point
Commits on May 25, 2012
issue 14660: Implement PEP 420, namespace packages.
ericvsmith
committed
6c778c7
View commit details
Copy full SHA for 6c778c7
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Show description for 0264321
brettcannon
committed
0264321
View commit details
Copy full SHA for 0264321
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Rename _Py_identifier to _Py_IDENTIFIER.
loewis
committed
f5ad3b2
View commit details
Copy full SHA for f5ad3b2
View code at this point
Browse repository at this point
Commits on Oct 10, 2011
Use identifier API for PyObject_GetAttrString.
loewis
committed
c3eb93f
View commit details
Copy full SHA for c3eb93f
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d1d013c
View commit details
Copy full SHA for d1d013c
View code at this point
Browse repository at this point
Commits on May 24, 2011
indicate return value on __dir__ methods
benjaminp
committed
601b096
View commit details
Copy full SHA for 601b096
View code at this point
Browse repository at this point
move specialized dir implementations into __dir__ methods (closes #12166)
benjaminp
committed
e2cfd8d
View commit details
Copy full SHA for e2cfd8d
View code at this point
Browse repository at this point
Commits on Dec 14, 2010
#4236: avoid possible Fatal Error when import is called from __del__
Show description for 1e8ae99
bitdancer
committed
1e8ae99
View commit details
Copy full SHA for 1e8ae99
View code at this point
Browse repository at this point
Commits on Dec 10, 2010
Reverted accidental commit (from r87159)
abalkin
committed
7cc7575
View commit details
Copy full SHA for 7cc7575
View code at this point
Browse repository at this point
Updated UCD version and unicode.org links to Unicode 6.0.0
abalkin
committed
69b826e
View commit details
Copy full SHA for 69b826e
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
bbbb003
View commit details
Copy full SHA for bbbb003
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.