Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
gh-136421: Load `_datetime` static types during interpreter initialization by ZeroIntensity · Pull Request #136583 · python/cpython · GitHub
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.4k
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-136421: Load
_datetime
static types during interpreter initialization
- #136583
#136583
Merged
ZeroIntensity
merged 15 commits into
python:main
python/cpython:main
from
ZeroIntensity:datetime-interp-init
ZeroIntensity/cpython:datetime-interp-init
Copy head branch name to clipboard
Jul 21, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-136421: Load
_datetime
static types during interpreter initialization
#136583
ZeroIntensity
merged 15 commits into
python:main
python/cpython:main
from
ZeroIntensity:datetime-interp-init
ZeroIntensity/cpython:datetime-interp-init
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2025
Load _datetime during interpreter initialization
ZeroIntensity
committed
77d117c
View commit details
Copy full SHA for 77d117c
Browse repository at this point
Add a test case.
ZeroIntensity
committed
963a9ee
View commit details
Copy full SHA for 963a9ee
Browse repository at this point
Add blurb.
ZeroIntensity
committed
e16fb54
View commit details
Copy full SHA for e16fb54
Browse repository at this point
Move to pycore_init_types()
ZeroIntensity
committed
ed65682
View commit details
Copy full SHA for ed65682
Browse repository at this point
Fix lint.
ZeroIntensity
committed
43b4843
View commit details
Copy full SHA for 43b4843
Browse repository at this point
Add _datetime to the frozen modules.
Show description for 0ad304f
ZeroIntensity
committed
0ad304f
View commit details
Copy full SHA for 0ad304f
Browse repository at this point
Commits on Jul 20, 2025
Remove obsolete 'reloading' state.
ZeroIntensity
committed
d762ed5
View commit details
Copy full SHA for d762ed5
Browse repository at this point
Some test refactoring and improvements.
ZeroIntensity
committed
db327e7
View commit details
Copy full SHA for db327e7
Browse repository at this point
Fix test.
ZeroIntensity
committed
9456147
View commit details
Copy full SHA for 9456147
Browse repository at this point
Make tp_base stores atomic.
ZeroIntensity
committed
6adafa1
View commit details
Copy full SHA for 6adafa1
Browse repository at this point
Revert "Make tp_base stores atomic."
Show description for 6e2f891
ZeroIntensity
committed
6e2f891
View commit details
Copy full SHA for 6e2f891
Browse repository at this point
Set tp_base in the PyTypeObject definition.
ZeroIntensity
committed
a15843f
View commit details
Copy full SHA for a15843f
Browse repository at this point
Add a comment.
ZeroIntensity
committed
d6064c4
View commit details
Copy full SHA for d6064c4
Browse repository at this point
Move the test.
ZeroIntensity
committed
9a3b1c2
View commit details
Copy full SHA for 9a3b1c2
Browse repository at this point
Remove dead tp_base code.
ZeroIntensity
authored
3520514
View commit details
Copy full SHA for 3520514
Browse repository at this point
You can’t perform that action at this time.