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 }}
devdanzin
/
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
Doc
c-api
memory.rst
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Feb 11, 2024
gh-115172: Fix explicit index extries for the C API (GH-115173)
serhiy-storchaka
authored
573acb3
View commit details
Copy full SHA for 573acb3
View code at this point
Browse repository at this point
Commits on Jan 21, 2024
gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)
sobolevn
authored
47133d8
View commit details
Copy full SHA for 47133d8
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
gh-90815: Add mimalloc memory allocator (#109914)
Show description for 05f2f0a
4 people
authored
05f2f0a
View commit details
Copy full SHA for 05f2f0a
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
C-API docs: Clarify the size of arenas (#110895)
Show description for f07ca27
mienxiu
authored
f07ca27
View commit details
Copy full SHA for f07ca27
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
gh-110631: Fix reST indentation (#110724)
Show description for 718391f
ezio-melotti
authored
718391f
View commit details
Copy full SHA for 718391f
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)
ericsnowcurrently
authored
db361a3
View commit details
Copy full SHA for db361a3
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
serhiy-storchaka
authored
9833052
View commit details
Copy full SHA for 9833052
View code at this point
Browse repository at this point
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Show description for 8d61a71
vstinner
authored
8d61a71
View commit details
Copy full SHA for 8d61a71
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Show description for f8b7fe2
serhiy-storchaka
authored
f8b7fe2
View commit details
Copy full SHA for f8b7fe2
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
serhiy-storchaka
authored
fcc816d
View commit details
Copy full SHA for fcc816d
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
pablogsal
authored
c053284
View commit details
Copy full SHA for c053284
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Show description for 0031e62
AA-Turner
and
ambv
authored
0031e62
View commit details
Copy full SHA for 0031e62
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)
Show description for 8b211b4
AA-Turner
authored
8b211b4
View commit details
Copy full SHA for 8b211b4
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Show description for 3440d19
nedbat
authored
3440d19
View commit details
Copy full SHA for 3440d19
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
c-api docs: There are five fields, not four (GH-32379)
JelleZijlstra
authored
4c92427
View commit details
Copy full SHA for 4c92427
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
More minor fixes to C API docs (GH-31525)
Show description for 897bc6f
JelleZijlstra
authored
897bc6f
View commit details
Copy full SHA for 897bc6f
View code at this point
Browse repository at this point
Commits on Jul 3, 2021
Fix a small typo in the docs (GH-26991)
srinivasreddy
authored
a79e2b6
View commit details
Copy full SHA for a79e2b6
View code at this point
Browse repository at this point
Commits on May 12, 2021
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Show description for 6cd0446
vstinner
authored
6cd0446
View commit details
Copy full SHA for 6cd0446
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
jeffreytse
authored
e08c673
View commit details
Copy full SHA for e08c673
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Show description for 645ed62
vstinner
authored
645ed62
View commit details
Copy full SHA for 645ed62
View code at this point
Browse repository at this point
Commits on Apr 8, 2021
bpo-43774: Document configure options (GH-25283)
Show description for a41782c
vstinner
authored
a41782c
View commit details
Copy full SHA for a41782c
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
vstinner
authored
0d6bd1c
View commit details
Copy full SHA for 0d6bd1c
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Fix Sphynx syntax in the memory.rst document
pablogsal
committed
b0478d7
View commit details
Copy full SHA for b0478d7
View code at this point
Browse repository at this point
Commits on Jan 19, 2021
Add a clarification for the object-domain allocators regarding pointer validity (GH-24253)
pablogsal
authored
e485be5
View commit details
Copy full SHA for e485be5
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
Add a paragraph about allocation domains to the C-API docs (GH-24252)
pablogsal
authored
bc450f9
View commit details
Copy full SHA for bc450f9
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Show description for 474652f
vstinner
authored
474652f
View commit details
Copy full SHA for 474652f
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
fix(doc): set correct RST syntax for c:function (GH-18589)
Show description for d4d17fd
jd
authored
d4d17fd
View commit details
Copy full SHA for d4d17fd
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
bpo-38600: NULL -> ``NULL``. (GH-17001)
Show description for e835b31
serhiy-storchaka
authored
e835b31
View commit details
Copy full SHA for e835b31
View code at this point
Browse repository at this point
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Show description for 25fc088
serhiy-storchaka
authored
25fc088
View commit details
Copy full SHA for 25fc088
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
Remove trailing .0 from version changed note (GH-14987)
ncoghlan
authored
17a058e
View commit details
Copy full SHA for 17a058e
View code at this point
Browse repository at this point
Commits on Jul 6, 2019
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
shihai1991
authored and
benjaminp
committed
39a5d17
View commit details
Copy full SHA for 39a5d17
View code at this point
Browse repository at this point
Commits on May 17, 2019
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Show description for cbb6484
matrixise
authored and
kushaldas
committed
cbb6484
View commit details
Copy full SHA for cbb6484
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Show description for 4c409be
vstinner
authored
4c409be
View commit details
Copy full SHA for 4c409be
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Fix typo in Memory Management doc. (GH-10798)
kadler
authored and
serhiy-storchaka
committed
a407004
View commit details
Copy full SHA for a407004
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
bpo-33892: Doc: Use gender neutral words (GH-7770)
andresdelfino
authored and
methane
committed
5092439
View commit details
Copy full SHA for 5092439
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.