Skip to content

Commit 1805d9e

Browse files
committed
Fix header until discuss links is available
1 parent 21b8d4f commit 1805d9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

peps/pep-0805.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
PEP: 805
22
Title: Safe Parallel Python
33
Author: Mark Shannon <mark@hotpy.org>
4-
Discussions-To: discuss.python.org
4+
Discussions-To: Pending
55
Status: Draft
66
Type: Standards Track
77
Created: 08-Sep-2025
8-
Post-History: ??? <REQUIRED: dates, in dd-mmm-yyyy format, and corresponding links to PEP discussion threads>
98

109
Abstract
1110
========
@@ -491,6 +490,7 @@ A possible object header:
491490
uint8_t gc_bits;
492491
PyTypeObject *ob_type;
493492
493+
494494
or if we use atomic reference counting for non-local objects, we can use pointers for owners:
495495
.. code-block:: C
496496
@@ -502,6 +502,7 @@ or if we use atomic reference counting for non-local objects, we can use pointer
502502
uint8_t gc_bits;
503503
PyTypeObject *ob_type;
504504
505+
505506
Reference counting
506507
------------------
507508

0 commit comments

Comments
 (0)