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
.
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.2k
Star
74.3k
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
bpo-45850: Implement deep-freeze on Windows
- #29648
#29648
Merged
gvanrossum
merged 18 commits into
python:main
python/cpython:main
from
gvanrossum:windeepfreeze
gvanrossum/cpython:windeepfreeze
Copy head branch name to clipboard
Nov 22, 2021
Conversation
Commits
18
(18)
Checks
Files changed
Merged
bpo-45850: Implement deep-freeze on Windows
#29648
gvanrossum
merged 18 commits into
python:main
python/cpython:main
from
gvanrossum:windeepfreeze
gvanrossum/cpython:windeepfreeze
Copy head branch name to clipboard
Commits
Commits on Nov 17, 2021
Deep-freeze for Windows, step 1
gvanrossum
committed
97c8fd6
View commit details
Copy full SHA for 97c8fd6
Browse repository at this point
Commits on Nov 18, 2021
Support reading marshalled data from a frozen .h file
gvanrossum
committed
65ee8fe
View commit details
Copy full SHA for 65ee8fe
Browse repository at this point
Add umarshal.py (3.11 marshal.loads() in pure Python)
gvanrossum
committed
de230cb
View commit details
Copy full SHA for de230cb
Browse repository at this point
Generate .c files in _freeze_module.vcxproj
Show description for 87c6cb4
gvanrossum
committed
87c6cb4
View commit details
Copy full SHA for 87c6cb4
Browse repository at this point
Commits on Nov 19, 2021
Avoid copying unchanged deep-frozen files
Show description for 8b46af7
gvanrossum
committed
8b46af7
View commit details
Copy full SHA for 8b46af7
Browse repository at this point
Properly generate lines in pythoncore.vcxproj; add codecs back
gvanrossum
committed
1bc777f
View commit details
Copy full SHA for 1bc777f
Browse repository at this point
Try not to break UNIX builds by lazy-importing struct
gvanrossum
committed
97187ff
View commit details
Copy full SHA for 97187ff
Browse repository at this point
Merge remote-tracking branch 'origin/main' into windeepfreeze
gvanrossum
committed
55b0f50
View commit details
Copy full SHA for 55b0f50
Browse repository at this point
Remove temporary .bat file
gvanrossum
committed
8eeaea0
View commit details
Copy full SHA for 8eeaea0
Browse repository at this point
Change ntpath back to posixpath in frozen.c
gvanrossum
committed
d332f16
View commit details
Copy full SHA for d332f16
Browse repository at this point
One more nt->posix
gvanrossum
committed
3e7c3ac
View commit details
Copy full SHA for 3e7c3ac
Browse repository at this point
Commits on Nov 20, 2021
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
871f28b
View commit details
Copy full SHA for 871f28b
Browse repository at this point
Fix by @zooba to get better error when no Python 3.10 is found
Show description for b52ad63
gvanrossum
and
zooba
committed
b52ad63
View commit details
Copy full SHA for b52ad63
Browse repository at this point
Generate integers for 15- and 30-bit digits
Show description for aea38e0
gvanrossum
committed
aea38e0
View commit details
Copy full SHA for aea38e0
Browse repository at this point
Give generated .c files a "df." prefix
Show description for a7415ed
gvanrossum
committed
a7415ed
View commit details
Copy full SHA for a7415ed
Browse repository at this point
Remove unused imports from deepfreeze.py
gvanrossum
committed
f423c3b
View commit details
Copy full SHA for f423c3b
Browse repository at this point
Commits on Nov 21, 2021
Add a quick script to time startup
gvanrossum
committed
a3f60fc
View commit details
Copy full SHA for a3f60fc
Browse repository at this point
Commits on Nov 22, 2021
Update blurb (reminder that 3.10 must be installed to build)
gvanrossum
committed
a69895e
View commit details
Copy full SHA for a69895e
Browse repository at this point
You can’t perform that action at this time.