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.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-137317: fix inspect signature of class with descriptor wrapper
- #137862
#137862
Merged
serhiy-storchaka
merged 14 commits into
python:main
python/cpython:main
from
yanyongyu:fix-issue-137317
yanyongyu/cpython:fix-issue-137317
Copy head branch name to clipboard
Aug 28, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
gh-137317: fix inspect signature of class with descriptor wrapper
#137862
serhiy-storchaka
merged 14 commits into
python:main
python/cpython:main
from
yanyongyu:fix-issue-137317
yanyongyu/cpython:fix-issue-137317
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2025
fix: unwrap descriptor get result
Show description for cbab1ea
yanyongyu
authored
cbab1ea
View commit details
Copy full SHA for cbab1ea
Browse repository at this point
test: add decorated tests
yanyongyu
authored
dca94be
View commit details
Copy full SHA for dca94be
Browse repository at this point
chore: add news entry
yanyongyu
authored
9541a02
View commit details
Copy full SHA for 9541a02
Browse repository at this point
Commits on Aug 23, 2025
Merge branch 'python:main' into fix-issue-137317
yanyongyu
authored
d6eb10d
View commit details
Copy full SHA for d6eb10d
Browse repository at this point
Commits on Aug 27, 2025
fix: classmethod __new__
yanyongyu
committed
c5b53dc
View commit details
Copy full SHA for c5b53dc
Browse repository at this point
chore: update news and add comment
yanyongyu
committed
8a4fb30
View commit details
Copy full SHA for 8a4fb30
Browse repository at this point
chore: update news
yanyongyu
committed
889e9ec
View commit details
Copy full SHA for 889e9ec
Browse repository at this point
chore: remove unused comment
yanyongyu
committed
3087840
View commit details
Copy full SHA for 3087840
Browse repository at this point
Commits on Aug 28, 2025
test: update test cases
yanyongyu
committed
67dc247
View commit details
Copy full SHA for 67dc247
Browse repository at this point
Merge branch 'main' into fix-issue-137317
yanyongyu
authored
31e28fd
View commit details
Copy full SHA for 31e28fd
Browse repository at this point
chore: use deco syntax
yanyongyu
committed
e1c11ec
View commit details
Copy full SHA for e1c11ec
Browse repository at this point
Update Lib/test/test_inspect/test_inspect.py
serhiy-storchaka
authored
43cc52f
View commit details
Copy full SHA for 43cc52f
Browse repository at this point
Add tests for wrapped metaclass __call__
serhiy-storchaka
committed
0e63bd5
View commit details
Copy full SHA for 0e63bd5
Browse repository at this point
Renaming.
serhiy-storchaka
committed
8c1f6ef
View commit details
Copy full SHA for 8c1f6ef
Browse repository at this point
You can’t perform that action at this time.