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.6k
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-144330: Initialize staticmethod/classmethod callables in tp_new
- #144364
#144364
Closed
Aniketsy
wants to merge 32 commits into
python:main
python/cpython:main
from
Aniketsy:fix-144330
Aniketsy/cpython:fix-144330
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Closed
gh-144330: Initialize staticmethod/classmethod callables in tp_new
#144364
Aniketsy
wants to merge 32 commits into
python:main
python/cpython:main
from
Aniketsy:fix-144330
Aniketsy/cpython:fix-144330
Copy head branch name to clipboard
Commits
Commits on Jan 31, 2026
Initialize staticmethod/classmethod callables in tp_new
Aniketsy
committed
e97e3ec
View commit details
Copy full SHA for e97e3ec
Browse repository at this point
Merge branch 'main' into fix-144330
Aniketsy
authored
a81471a
View commit details
Copy full SHA for a81471a
Browse repository at this point
Commits on Feb 3, 2026
Update Objects/funcobject.c
Show description for 623d522
Aniketsy
and
vstinner
authored
623d522
View commit details
Copy full SHA for 623d522
Browse repository at this point
Update Objects/funcobject.c
Show description for fc67291
Aniketsy
and
vstinner
authored
fc67291
View commit details
Copy full SHA for fc67291
Browse repository at this point
Update Lib/test/test_descr.py
Show description for 56f8640
Aniketsy
and
vstinner
authored
56f8640
View commit details
Copy full SHA for 56f8640
Browse repository at this point
Update Lib/test/test_descr.py
Show description for ab784f0
Aniketsy
and
vstinner
authored
ab784f0
View commit details
Copy full SHA for ab784f0
Browse repository at this point
Update Lib/test/test_descr.py
Show description for 270d183
Aniketsy
and
vstinner
authored
270d183
View commit details
Copy full SHA for 270d183
Browse repository at this point
Update Lib/test/test_descr.py
Show description for c2dd91b
Aniketsy
and
vstinner
authored
c2dd91b
View commit details
Copy full SHA for c2dd91b
Browse repository at this point
Fix unused variable 'COLORS' warning in optimizer.c (#144373)
aisk
authored and
Aniketsy
committed
0eb94d2
View commit details
Copy full SHA for 0eb94d2
Browse repository at this point
gh-144348: annotationlib: fix test that relies on set ordering (#144359)
JelleZijlstra
authored and
Aniketsy
committed
250efa2
View commit details
Copy full SHA for 250efa2
Browse repository at this point
gh-143904: Raise OverflowError instead of IndexError for too large offset in struct.pack_into() (GH-143905)
serhiy-storchaka
authored and
Aniketsy
committed
11281c0
View commit details
Copy full SHA for 11281c0
Browse repository at this point
gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)
ZeroIntensity
authored and
Aniketsy
committed
0a02e4f
View commit details
Copy full SHA for 0a02e4f
Browse repository at this point
gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)
ruiyangke
authored and
Aniketsy
committed
d8d92b7
View commit details
Copy full SHA for d8d92b7
Browse repository at this point
docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358)
guilhermeleobas
authored and
Aniketsy
committed
02ad4c9
View commit details
Copy full SHA for 02ad4c9
Browse repository at this point
gh-115231: Fill __module__ for built-in staticmethods (#115232)
Show description for a09aa1e
3 people
authored and
Aniketsy
committed
a09aa1e
View commit details
Copy full SHA for a09aa1e
Browse repository at this point
gh-144001: Simplify Base64 decoding with altchars and ignorechars specified (GH-144324)
Show description for 2e5794e
serhiy-storchaka
authored and
Aniketsy
committed
2e5794e
View commit details
Copy full SHA for 2e5794e
Browse repository at this point
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
Show description for 1f9b093
cocolato
authored and
Aniketsy
committed
1f9b093
View commit details
Copy full SHA for 1f9b093
Browse repository at this point
gh-134160: "First extension module" tutorial improvements (GH-144183)
Show description for b9a7530
encukou
authored and
Aniketsy
committed
b9a7530
View commit details
Copy full SHA for b9a7530
Browse repository at this point
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713)
aisk
authored and
Aniketsy
committed
4ffc8fe
View commit details
Copy full SHA for 4ffc8fe
Browse repository at this point
gh-144242: Note that issues aren't needed for typos in docs template (GH-144288)
StanFromIreland
authored and
Aniketsy
committed
c5fa3a9
View commit details
Copy full SHA for c5fa3a9
Browse repository at this point
gh-144376: Only run 'address' fuzzer for python3-libraries (#144398)
sethmlarson
authored and
Aniketsy
committed
65cee10
View commit details
Copy full SHA for 65cee10
Browse repository at this point
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
markshannon
authored and
Aniketsy
committed
c6f9612
View commit details
Copy full SHA for c6f9612
Browse repository at this point
gh-139109: Replace `_CHECK_STACK_SPACE` with `_CHECK_STACK_SPACE_OPERAND` in JIT optiimizer (GH-144394)
cocolato
authored and
Aniketsy
committed
9c07998
View commit details
Copy full SHA for 9c07998
Browse repository at this point
gh-75572: Speed up test_xpickle (GH-144393)
Show description for 20535dc
serhiy-storchaka
authored and
Aniketsy
committed
20535dc
View commit details
Copy full SHA for 20535dc
Browse repository at this point
gh-144415: Android testbed fixes (#142912)
Show description for a01abdb
mhsmith
authored and
Aniketsy
committed
a01abdb
View commit details
Copy full SHA for a01abdb
Browse repository at this point
gh-139103: use `METH_FASTCALL` for tp_new_wrapper (#144406)
colesbury
authored and
Aniketsy
committed
79abde1
View commit details
Copy full SHA for 79abde1
Browse repository at this point
gh-132888: Fix Windows API error checking in pyrepl.windows_console (#144248)
aisk
authored and
Aniketsy
committed
487ebdf
View commit details
Copy full SHA for 487ebdf
Browse repository at this point
gh-144377: Clean up sqlite3 Connection's list of weakrefs to Cursor objects (#144378)
takluyver
authored and
Aniketsy
committed
baa7fd2
View commit details
Copy full SHA for baa7fd2
Browse repository at this point
gh-142956: Update `tomllib` to parse TOML 1.1.0 (#144243)
Show description for cc363d5
3 people
authored and
Aniketsy
committed
cc363d5
View commit details
Copy full SHA for cc363d5
Browse repository at this point
gh-106318: Add examples for str.rindex() method (#143887)
Show description for de7cedc
2 people
authored and
Aniketsy
committed
de7cedc
View commit details
Copy full SHA for de7cedc
Browse repository at this point
gh-74453: Add stronger security warning to os.path.commonprefix (GH-144401)
sethmlarson
authored and
Aniketsy
committed
c3b31ea
View commit details
Copy full SHA for c3b31ea
Browse repository at this point
Initialize staticmethod/classmethod callables in tp_new
Aniketsy
committed
6f4730c
View commit details
Copy full SHA for 6f4730c
Browse repository at this point
You can’t perform that action at this time.