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 }}
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.7k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-103793: Defer formatting task name
- #103767
#103767
Merged
gvanrossum
merged 14 commits into
python:main
python/cpython:main
from
itamaro:defer-task-name-formatting
itamaro/cpython:defer-task-name-formatting
Copy head branch name to clipboard
Apr 29, 2023
Conversation
Commits
14
(14)
Checks
Files changed
Merged
gh-103793: Defer formatting task name
#103767
gvanrossum
merged 14 commits into
python:main
python/cpython:main
from
itamaro:defer-task-name-formatting
itamaro/cpython:defer-task-name-formatting
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2023
Defer formatting task name
Show description for e8353cc
itamaro
committed
e8353cc
View commit details
Copy full SHA for e8353cc
Browse repository at this point
Defer task name formatting also in Python Task impl
itamaro
committed
1822ff8
View commit details
Copy full SHA for 1822ff8
Browse repository at this point
Add NEWS and whatsnew entries
itamaro
committed
74d0084
View commit details
Copy full SHA for 74d0084
Browse repository at this point
Commits on Apr 25, 2023
Merge branch 'main' into defer-task-name-formatting
ambv
authored
dbc7047
View commit details
Copy full SHA for dbc7047
Browse repository at this point
Merge branch 'main' into defer-task-name-formatting
itamaro
committed
2bb6c1e
View commit details
Copy full SHA for 2bb6c1e
Browse repository at this point
replace storing the task counter on task construction with just getting the next counter at lazy name generation
itamaro
committed
2efd376
View commit details
Copy full SHA for 2efd376
Browse repository at this point
Merge branch 'defer-task-name-formatting' of github.com:itamaro/cpython into defer-task-name-formatting
itamaro
committed
6cb321b
View commit details
Copy full SHA for 6cb321b
Browse repository at this point
remove redundant return
itamaro
committed
7cde290
View commit details
Copy full SHA for 7cde290
Browse repository at this point
Merge branch 'main' into defer-task-name-formatting
itamaro
committed
4b50646
View commit details
Copy full SHA for 4b50646
Browse repository at this point
revert changes to python version
itamaro
committed
a155190
View commit details
Copy full SHA for a155190
Browse repository at this point
pass error up if PyUnicode_FromFormat returns NULL
itamaro
committed
fb2bd7f
View commit details
Copy full SHA for fb2bd7f
Browse repository at this point
Commits on Apr 26, 2023
Switch back to original "assign task number at construction" but store the counter as PyLong for deferred formatting
itamaro
committed
41e9a59
View commit details
Copy full SHA for 41e9a59
Browse repository at this point
Add test that using an explicit PyLong as task name does not accidentally trigger the deferred name formatting logic
itamaro
committed
712edf9
View commit details
Copy full SHA for 712edf9
Browse repository at this point
Merge branch 'main' into defer-task-name-formatting
itamaro
committed
592d44b
View commit details
Copy full SHA for 592d44b
Browse repository at this point
You can’t perform that action at this time.