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 }}
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.6k
Star
77.2k
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
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of
-X frozen_modules
.
- #111411
#111411
Merged
gpshead
merged 13 commits into
python:main
python/cpython:main
from
yilei:frozen
yilei/cpython:frozen
Copy head branch name to clipboard
Nov 1, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of
-X frozen_modules
.
#111411
gpshead
merged 13 commits into
python:main
python/cpython:main
from
yilei:frozen
yilei/cpython:frozen
Copy head branch name to clipboard
Commits
Commits on Oct 27, 2023
Add a new PYTHONFROZENMODULES env var.
yilei
committed
51f0845
View commit details
Copy full SHA for 51f0845
Browse repository at this point
If the value is empty, turns out config_get_env returns NULL too.
yilei
committed
0caabd0
View commit details
Copy full SHA for 0caabd0
Browse repository at this point
Fix the doc reference.
yilei
committed
d79d11a
View commit details
Copy full SHA for d79d11a
Browse repository at this point
Remove this test, it will use the default so it depends on how Python is built.
yilei
committed
1d23236
View commit details
Copy full SHA for 1d23236
Browse repository at this point
Commits on Oct 29, 2023
Update to the new style.
yilei
committed
af9834f
View commit details
Copy full SHA for af9834f
Browse repository at this point
Merge branch 'main' into frozen
yilei
authored
91667ee
View commit details
Copy full SHA for 91667ee
Browse repository at this point
Update 3.13.rst
yilei
committed
866edde
View commit details
Copy full SHA for 866edde
Browse repository at this point
Reworded whats new to be consistent.
yilei
committed
2b8b38b
View commit details
Copy full SHA for 2b8b38b
Browse repository at this point
Commits on Oct 30, 2023
Update Doc/whatsnew/3.13.rst
Show description for a0265a2
yilei
and
hugovk
authored
a0265a2
View commit details
Copy full SHA for a0265a2
Browse repository at this point
Update Misc/NEWS.d/next/Core and Builtins/2023-10-27-11-22-09.gh-issue-111374.e9lrPZ.rst
Show description for 8836d28
yilei
and
hugovk
authored
8836d28
View commit details
Copy full SHA for 8836d28
Browse repository at this point
Update Doc/using/cmdline.rst
Show description for d12e326
yilei
and
hugovk
authored
d12e326
View commit details
Copy full SHA for d12e326
Browse repository at this point
Also update the -X frozen_modules doc formatting.
yilei
committed
4716773
View commit details
Copy full SHA for 4716773
Browse repository at this point
Commits on Nov 1, 2023
help text style change, align the :
gpshead
authored
964b69b
View commit details
Copy full SHA for 964b69b
Browse repository at this point
You can’t perform that action at this time.