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
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
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 }}
bendmorris
/
static-python
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
201
Code
Issues
6
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
static-python
Python
import.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 27, 2013
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Show description for 621f57c
vstinner
committed
621f57c
View commit details
Copy full SHA for 621f57c
View code at this point
Browse repository at this point
Commits on Aug 22, 2013
remove unused declaration
vstinner
committed
6ff0e3f
View commit details
Copy full SHA for 6ff0e3f
View code at this point
Browse repository at this point
Commits on Aug 10, 2013
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Show description for a85d713
pitrou
committed
a85d713
View commit details
Copy full SHA for a85d713
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Improve verbose reporting of shutdown phase by using the "public" module name
pitrou
committed
de6a214
View commit details
Copy full SHA for de6a214
View code at this point
Browse repository at this point
Commits on Aug 2, 2013
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
pitrou
committed
a856b43
View commit details
Copy full SHA for a856b43
View code at this point
Browse repository at this point
Commits on Aug 1, 2013
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Show description for 5ce1641
pitrou
committed
5ce1641
View commit details
Copy full SHA for 5ce1641
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 Jul 20, 2013
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject()
Show description for 92e058d
tiran
committed
92e058d
View commit details
Copy full SHA for 92e058d
View code at this point
Browse repository at this point
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject()
Show description for 7bf9a4e
tiran
committed
7bf9a4e
View commit details
Copy full SHA for 7bf9a4e
View code at this point
Browse repository at this point
Commits on Jul 16, 2013
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
vstinner
committed
5b92a53
View commit details
Copy full SHA for 5b92a53
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
brettcannon
committed
d0057e4
View commit details
Copy full SHA for d0057e4
View code at this point
Browse repository at this point
Commits on Jun 23, 2013
import.c does neither need mode_t nor _mkdir() anymore
tiran
committed
db23d1c
View commit details
Copy full SHA for db23d1c
View code at this point
Browse repository at this point
Commits on Jun 13, 2013
Issue #15767: Touch up ModuleNotFoundError usage by import.
Show description for 19f6a1d
brettcannon
committed
19f6a1d
View commit details
Copy full SHA for 19f6a1d
View code at this point
Browse repository at this point
Commits on Jun 1, 2013
Issue #18065: For frozen packages set __path__ to [].
Show description for 18a3111
brettcannon
committed
18a3111
View commit details
Copy full SHA for 18a3111
View code at this point
Browse repository at this point
Commits on May 18, 2013
Issue #17937: Try harder to collect cyclic garbage at shutdown.
pitrou
committed
e5b066b
View commit details
Copy full SHA for e5b066b
View code at this point
Browse repository at this point
Commits on May 8, 2013
Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable.
Show description for bc2c962
pitrou
committed
bc2c962
View commit details
Copy full SHA for bc2c962
View code at this point
Browse repository at this point
Commits on May 6, 2013
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
pitrou
committed
25b5710
View commit details
Copy full SHA for 25b5710
View code at this point
Browse repository at this point
Commits on May 2, 2013
Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs
avassalotti
committed
53e02a8
View commit details
Copy full SHA for 53e02a8
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
merge 3.3
benjaminp
committed
8be1df8
View commit details
Copy full SHA for 8be1df8
View code at this point
Browse repository at this point
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
benjaminp
committed
a7b9343
View commit details
Copy full SHA for a7b9343
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
sprinkle const
benjaminp
committed
e683423
View commit details
Copy full SHA for e683423
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
040ba4d
View commit details
Copy full SHA for 040ba4d
View code at this point
Browse repository at this point
Add sanity assertions in some import lock code (issue #15599).
pitrou
committed
39618b0
View commit details
Copy full SHA for 39618b0
View code at this point
Browse repository at this point
Commits on Dec 15, 2012
cleanup and fix refleaks
benjaminp
committed
5c3fe5a
View commit details
Copy full SHA for 5c3fe5a
View code at this point
Browse repository at this point
Commits on Dec 14, 2012
Issue #16421: allow to load multiple modules from the same shared object.
Show description for 7af53c3
asvetlov
committed
7af53c3
View commit details
Copy full SHA for 7af53c3
View code at this point
Browse repository at this point
Commits on Nov 16, 2012
Issue #15894: Document why we don't worry about re-acquiring the
Show description for 6543204
brettcannon
committed
6543204
View commit details
Copy full SHA for 6543204
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
97803e5
View commit details
Copy full SHA for 97803e5
View code at this point
Browse repository at this point
Commits on Aug 5, 2012
Fix a spelling mistake in a comment.
brettcannon
committed
d246e6f
View commit details
Copy full SHA for d246e6f
View code at this point
Browse repository at this point
Commits on Aug 4, 2012
Remove unused variable `trim_get_code`.
pitrou
committed
2b4cb40
View commit details
Copy full SHA for 2b4cb40
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
57e9fd8
View commit details
Copy full SHA for 57e9fd8
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
e5bb7e1
View commit details
Copy full SHA for e5bb7e1
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 cf194ab
brettcannon
committed
cf194ab
View commit details
Copy full SHA for cf194ab
View code at this point
Browse repository at this point
Commits on Jul 10, 2012
Fix compilation under Windows
pitrou
committed
e183031
View commit details
Copy full SHA for e183031
View code at this point
Browse repository at this point
fix refleak
benjaminp
committed
5f03f3e
View commit details
Copy full SHA for 5f03f3e
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
initialize variable for compiler happiness
benjaminp
committed
3ee37ed
View commit details
Copy full SHA for 3ee37ed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.