Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
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
33.3k
Star
69.7k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Code
bpo-32403: Faster date and datetime constructors
#4993
Code
Merged
abalkin
merged 6 commits into
python:master
python/cpython:master
from
pganssle:faster_datetime_constructors
pganssle/cpython:faster_datetime_constructors
Copy head branch name to clipboard
Jan 16, 2018
Conversation
Commits
6
(6)
Checks
Files changed
Merged
bpo-32403: Faster date and datetime constructors
#4993
abalkin
merged 6 commits into
python:master
python/cpython:master
from
pganssle:faster_datetime_constructors
pganssle/cpython:faster_datetime_constructors
Copy head branch name to clipboard
Commits
Commits on Jan 13, 2018
Add tests for date subclass alternate constructors
pganssle
committed
5147013
Copy full SHA for 5147013
Switch over alternate date constructors to fast path
pganssle
committed
5879867
Copy full SHA for 5879867
Switch datetime constructors to fastpath, fix bpo-32404
pganssle
committed
2e47897
Copy full SHA for 2e47897
Add fast path for datetime in date subclass constructor
pganssle
committed
a64e967
Copy full SHA for a64e967
Set fold in constructor in datetime.combine
pganssle
committed
62b52f6
Copy full SHA for 62b52f6
Add news entries.
pganssle
committed
b438cbe
Copy full SHA for b438cbe
You can’t perform that action at this time.