summaryrefslogtreecommitdiffstats
path: root/Objects/picklebufobject.c
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-135607: remove null checking of weakref list in dealloc of ↵Victor Stinner2025-07-011-2/+2
| | | | | | | | | | extension modules and objects (#135614) (#136126) gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (cherry picked from commit b1056c2a446b43452e457d5fd5f1bde66afd3883) Co-authored-by: Xuanteng Huang <44627253+xuantengh@users.noreply.github.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
* gh-104922: remove PY_SSIZE_T_CLEAN (#106315)Inada Naoki2023-07-021-1/+0
|
* gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)Oleg Iarygin2022-04-181-1/+1
| | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* bpo-36785: PEP 574 implementation (GH-7076)Antoine Pitrou2019-05-261-0/+219