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
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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
frozenmain.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 1, 2018
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Show description for b75d7e2
vstinner
authored
b75d7e2
View commit details
Copy full SHA for b75d7e2
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
serhiy-storchaka
authored
4ae06c5
View commit details
Copy full SHA for 4ae06c5
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
bpo-32030: Split Py_Main() into subfunctions (#4399)
Show description for f7e5b56
vstinner
authored
f7e5b56
View commit details
Copy full SHA for f7e5b56
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
vadmium
committed
b4ce1fc
View commit details
Copy full SHA for b4ce1fc
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
merge 3.4 (#22633)
benjaminp
committed
f80ccf2
View commit details
Copy full SHA for f80ccf2
View code at this point
Browse repository at this point
avoid reading unallocated memory when argc == 0 (closes #22633)
benjaminp
committed
2476b98
View commit details
Copy full SHA for 2476b98
View code at this point
Browse repository at this point
Commits on Aug 1, 2014
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Show description for f6a271a
vstinner
committed
f6a271a
View commit details
Copy full SHA for f6a271a
View code at this point
Browse repository at this point
Commits on Jul 27, 2013
Issue #15893: Improve error handling in main() and Py_FrozenMain()
Show description for c588fee
vstinner
committed
c588fee
View commit details
Copy full SHA for c588fee
View code at this point
Browse repository at this point
Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as
Show description for 739cf4e
vstinner
committed
739cf4e
View commit details
Copy full SHA for 739cf4e
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization
vstinner
committed
b5245be
View commit details
Copy full SHA for b5245be
View code at this point
Browse repository at this point
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
vstinner
committed
36577e4
View commit details
Copy full SHA for 36577e4
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Oct 7, 2008
#4004: Missing newline in some startup error messages.
Show description for d0ca955
amauryfa
committed
d0ca955
View commit details
Copy full SHA for d0ca955
View code at this point
Browse repository at this point
Commits on Sep 3, 2008
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Show description for fff9530
pitrou
committed
fff9530
View commit details
Copy full SHA for fff9530
View code at this point
Browse repository at this point
Commits on Apr 5, 2008
Change command line processing API to use wchar_t.
Show description for 790465f
loewis
committed
790465f
View commit details
Copy full SHA for 790465f
View code at this point
Browse repository at this point
Commits on Jun 30, 2002
Patch #569753: Remove support for WIN16.
Show description for 6238d2b
loewis
committed
6238d2b
View commit details
Copy full SHA for 6238d2b
View code at this point
Browse repository at this point
Commits on Jan 12, 2002
Include <unistd.h> in Python.h. Fixes #500924.
loewis
committed
cdc4451
View commit details
Copy full SHA for cdc4451
View code at this point
Browse repository at this point
Commits on Jul 23, 2001
Add -E command line switch (ignore environment variables like PYTHONHOME
Show description for 7d4bb9f
nascheme
committed
7d4bb9f
View commit details
Copy full SHA for 7d4bb9f
View code at this point
Browse repository at this point
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991
gvanrossum
committed
8586991
View commit details
Copy full SHA for 8586991
View code at this point
Browse repository at this point
Commits on Jul 22, 2000
ANSIfy as many declarations as possible.
Yhg1s
committed
b4bd21c
View commit details
Copy full SHA for b4bd21c
View code at this point
Browse repository at this point
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Show description for f70ef4f
Yhg1s
committed
f70ef4f
View commit details
Copy full SHA for f70ef4f
View code at this point
Browse repository at this point
Commits on Jun 30, 2000
Change copyright notice - 2nd try.
gvanrossum
committed
ffcc381
View commit details
Copy full SHA for ffcc381
View code at this point
Browse repository at this point
Change copyright notice.
gvanrossum
committed
fd71b9e
View commit details
Copy full SHA for fd71b9e
View code at this point
Browse repository at this point
Commits on Jan 2, 1999
Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).
gvanrossum
committed
47ae028
View commit details
Copy full SHA for 47ae028
View code at this point
Browse repository at this point
Commits on Aug 4, 1998
Changes for BeOS, QNX and long long, by Chris Herborth.
gvanrossum
committed
1a8791e
View commit details
Copy full SHA for 1a8791e
View code at this point
Browse repository at this point
Commits on Apr 3, 1998
Make calls into ../PC/frozen_dllmain.c on MS_WIN32.
gvanrossum
committed
6deac7a
View commit details
Copy full SHA for 6deac7a
View code at this point
Browse repository at this point
Commits on Feb 6, 1998
Set Py_FrozenFlag, to suppress error messages from getpath.c.
gvanrossum
committed
919b83d
View commit details
Copy full SHA for 919b83d
View code at this point
Browse repository at this point
Commits on Jan 19, 1998
Add unistd.h for isatty().
gvanrossum
committed
73bacfc
View commit details
Copy full SHA for 73bacfc
View code at this point
Browse repository at this point
Commits on Dec 2, 1997
Make stdin unbuffered too, when PYTHONUNBUFFERED is specified.
gvanrossum
committed
c425d2f
View commit details
Copy full SHA for c425d2f
View code at this point
Browse repository at this point
Commits on Aug 15, 1997
Keep gcc -Wall happy
gvanrossum
committed
7c14103
View commit details
Copy full SHA for 7c14103
View code at this point
Browse repository at this point
Commits on Jul 19, 1997
frozenmain.c is now also in the library,
Show description for a941451
gvanrossum
committed
a941451
View commit details
Copy full SHA for a941451
View code at this point
Browse repository at this point
Tracking changes to Py_Main():
Show description for 3768fb1
gvanrossum
committed
3768fb1
View commit details
Copy full SHA for 3768fb1
View code at this point
Browse repository at this point
Commits on Oct 25, 1996
New permission notice, includes CNRI.
gvanrossum
committed
d266eb4
View commit details
Copy full SHA for d266eb4
View code at this point
Browse repository at this point
Commits on Aug 19, 1996
getprogramname -> Py_GetProgramName.
gvanrossum
committed
71bd363
View commit details
Copy full SHA for 71bd363
View code at this point
Browse repository at this point
Commits on May 28, 1996
grand renaming; added copyright to some files
gvanrossum
committed
582646a
View commit details
Copy full SHA for 582646a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.