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
Accelerator
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 }}
parikpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
memoryobject.c
on
main
User selector
All users
All time
Commit history
Commits on Dec 22, 2021
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
davidhewitt
authored
31ff967
View commit details
Copy full SHA for 31ff967
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: Remove pystrhex.h header file (GH-28923)
Show description for bbe7497
vstinner
authored
bbe7497
View commit details
Copy full SHA for bbe7497
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43977: Use tp_flags for collection matching (GH-25723)
Show description for 069e81a
markshannon
authored
069e81a
View commit details
Copy full SHA for 069e81a
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
authored
b0ac5d7
View commit details
Copy full SHA for b0ac5d7
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
serhiy-storchaka
authored
80a5036
View commit details
Copy full SHA for 80a5036
View code at this point
Browse repository at this point
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229
serhiy-storchaka
authored
5f4b229
View commit details
Copy full SHA for 5f4b229
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
vstinner
authored
d9ea5ca
View commit details
Copy full SHA for d9ea5ca
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260
vstinner
authored
a15e260
View commit details
Copy full SHA for a15e260
View code at this point
Browse repository at this point
Commits on Feb 24, 2020
Give proper credits for the memoryview implementation. (#18626)
skrah
authored
ee3bac4
View commit details
Copy full SHA for ee3bac4
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5
petdance
authored
e6be9b5
View commit details
Copy full SHA for e6be9b5
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753
encukou
authored
ffd9753
View commit details
Copy full SHA for ffd9753
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
Show description for 47ee8a6
vstinner
authored
47ee8a6
View commit details
Copy full SHA for 47ee8a6
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
bpo-37483: add _PyObject_CallOneArg() function (#14558)
jdemeyer
authored and
methane
committed
196a530
View commit details
Copy full SHA for 196a530
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 29, 2019
bpo-22385: Support output separators in hex methods. (#13578)
Show description for 0c2f930
gpshead
authored
0c2f930
View commit details
Copy full SHA for 0c2f930
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
Show description for 359a2f3
matrixise
authored and
vstinner
committed
359a2f3
View commit details
Copy full SHA for 359a2f3
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
skrah
authored
d08ea70
View commit details
Copy full SHA for d08ea70
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5
serhiy-storchaka
authored
d4f9cf5
View commit details
Copy full SHA for d4f9cf5
View code at this point
Browse repository at this point
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Show description for 62be742
serhiy-storchaka
authored
62be742
View commit details
Copy full SHA for 62be742
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1
vstinner
authored
bcda8f1
View commit details
Copy full SHA for bcda8f1
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebe
vstinner
authored
621cebe
View commit details
Copy full SHA for 621cebe
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1f
vstinner
authored
27e2d1f
View commit details
Copy full SHA for 27e2d1f
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
pitrou
authored
480ab05
View commit details
Copy full SHA for 480ab05
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
serhiy-storchaka
authored
fff9a31
View commit details
Copy full SHA for fff9a31
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
Merge 3.5.
skrah
committed
a50006c
View commit details
Copy full SHA for a50006c
View code at this point
Browse repository at this point
Issue #29111: Fix memoryview signature.
skrah
committed
195319e
View commit details
Copy full SHA for 195319e
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
use static inline instead of Py_LOCAL_INLINE
benjaminp
committed
82cce4c
View commit details
Copy full SHA for 82cce4c
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
require C99 bool
benjaminp
committed
a9296e7
View commit details
Copy full SHA for a9296e7
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace PY_LONG_LONG with long long
benjaminp
committed
af580df
View commit details
Copy full SHA for af580df
View code at this point
Browse repository at this point
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on Nov 10, 2015
Fix Visual Studio warning.
skrah
committed
7c3f385
View commit details
Copy full SHA for 7c3f385
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.