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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonStudy2017
/
cpython
Public
forked from
python/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
Python
import.c
on
3.3
User selector
All users
All time
Commit history
Commits on Apr 19, 2015
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
tiran
committed
418fd74
View commit details
Copy full SHA for 418fd74
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Issue #20437: Fixed 21 potential bugs when deleting objects references.
serhiy-storchaka
committed
505ff75
View commit details
Copy full SHA for 505ff75
View code at this point
Browse repository at this point
Commits on Jul 20, 2013
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject()
Show description for 09ca794
tiran
committed
09ca794
View commit details
Copy full SHA for 09ca794
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
benjaminp
committed
7d11004
View commit details
Copy full SHA for 7d11004
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Add sanity assertions in some import lock code (issue #15599).
pitrou
committed
202b606
View commit details
Copy full SHA for 202b606
View code at this point
Browse repository at this point
Commits on Aug 27, 2012
Issue #15781: Fix two small race conditions in import's module locking.
pitrou
committed
0398985
View commit details
Copy full SHA for 0398985
View code at this point
Browse repository at this point
Commits on Aug 5, 2012
Fix a spelling mistake in a comment.
brettcannon
committed
ecfefb7
View commit details
Copy full SHA for ecfefb7
View code at this point
Browse repository at this point
Commits on Aug 4, 2012
Remove unused variable `trim_get_code`.
pitrou
committed
c4d974d
View commit details
Copy full SHA for c4d974d
View code at this point
Browse repository at this point
Commits on Jul 31, 2012
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
ncoghlan
committed
42c0766
View commit details
Copy full SHA for 42c0766
View code at this point
Browse repository at this point
Commits on Jul 29, 2012
Close #15425: Eliminate more importlib related traceback noise
ncoghlan
committed
5ee9892
View commit details
Copy full SHA for 5ee9892
View code at this point
Browse repository at this point
Commits on Jul 13, 2012
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Show description for a6473f9
brettcannon
committed
a6473f9
View commit details
Copy full SHA for a6473f9
View code at this point
Browse repository at this point
Commits on Jul 10, 2012
Fix compilation under Windows
pitrou
committed
44b4b6a
View commit details
Copy full SHA for 44b4b6a
View code at this point
Browse repository at this point
fix refleak
benjaminp
committed
66f3659
View commit details
Copy full SHA for 66f3659
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
initialize variable for compiler happiness
benjaminp
committed
fa87370
View commit details
Copy full SHA for fa87370
View code at this point
Browse repository at this point
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Show description for 77b2abd
brettcannon
committed
77b2abd
View commit details
Copy full SHA for 77b2abd
View code at this point
Browse repository at this point
Issue #15242: Have PyImport_GetMagicTag() return a const char *
Show description for 3adc7b7
brettcannon
committed
3adc7b7
View commit details
Copy full SHA for 3adc7b7
View code at this point
Browse repository at this point
Commits on Jul 8, 2012
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
pitrou
committed
bc07a5c
View commit details
Copy full SHA for bc07a5c
View code at this point
Browse repository at this point
Commits on Jul 2, 2012
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Show description for 98979b8
brettcannon
committed
98979b8
View commit details
Copy full SHA for 98979b8
View code at this point
Browse repository at this point
Commits on Jun 16, 2012
get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary
Show description for 81c39a8
vstinner
committed
81c39a8
View commit details
Copy full SHA for 81c39a8
View code at this point
Browse repository at this point
Commits on May 27, 2012
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
ncoghlan
committed
0b43bcf
View commit details
Copy full SHA for 0b43bcf
View code at this point
Browse repository at this point
Commits on May 17, 2012
Issue #9260: A finer-grained import lock.
Show description for ea3eb88
pitrou
committed
ea3eb88
View commit details
Copy full SHA for ea3eb88
View code at this point
Browse repository at this point
Commits on May 7, 2012
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
pitrou
committed
6efa50a
View commit details
Copy full SHA for 6efa50a
View code at this point
Browse repository at this point
Commits on May 6, 2012
Fix too early decrefs.
pitrou
committed
b78174c
View commit details
Copy full SHA for b78174c
View code at this point
Browse repository at this point
Commits on May 5, 2012
Fix typo in changeset eb5c5c23ca9b.
nvawda
committed
8f46d65
View commit details
Copy full SHA for 8f46d65
View code at this point
Browse repository at this point
Commits on May 4, 2012
Simplify code for load_dynamic()
pitrou
committed
f3a42de
View commit details
Copy full SHA for f3a42de
View code at this point
Browse repository at this point
Issue #13959: Move module type constants to Lib/imp.py.
brettcannon
committed
0429e1a
View commit details
Copy full SHA for 0429e1a
View code at this point
Browse repository at this point
Remove dead Windows code which no longer will compile.
brettcannon
committed
6b9b727
View commit details
Copy full SHA for 6b9b727
View code at this point
Browse repository at this point
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Show description for 2657df4
brettcannon
committed
2657df4
View commit details
Copy full SHA for 2657df4
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 62228db
brettcannon
committed
62228db
View commit details
Copy full SHA for 62228db
View code at this point
Browse repository at this point
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
brettcannon
committed
acf85cd
View commit details
Copy full SHA for acf85cd
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Issue #14605: Use None in sys.path_importer_cache to represent no
Show description for aa93642
brettcannon
committed
aa93642
View commit details
Copy full SHA for aa93642
View code at this point
Browse repository at this point
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Show description for 8f82506
vstinner
committed
8f82506
View commit details
Copy full SHA for 8f82506
View code at this point
Browse repository at this point
Commits on Apr 25, 2012
Issue #14605: Insert to the front of sys.path_hooks instead of appending.
brettcannon
committed
8923a4d
View commit details
Copy full SHA for 8923a4d
View code at this point
Browse repository at this point
Commits on Apr 22, 2012
Issue #13959: Re-implement imp.find_module() in Lib/imp.py.
Show description for e69f0df
brettcannon
committed
e69f0df
View commit details
Copy full SHA for e69f0df
View code at this point
Browse repository at this point
Commits on Apr 21, 2012
Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py.
brettcannon
committed
a64faf0
View commit details
Copy full SHA for a64faf0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.