Change heading levels

This commit is contained in:
Antoine Pitrou 2017-09-19 11:20:14 +02:00
parent 0d891e1483
commit 1493f357e4
1 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ when called, and only return when the GC run is finished.
New public APIs New public APIs
=============== ---------------
Two new Python APIs are added to the ``gc`` module: Two new Python APIs are added to the ``gc`` module:
@ -106,7 +106,7 @@ It is allowed to switch back and forth between modes of operation.
Intended use Intended use
============ ------------
Given the per-process nature of the switch and its repercussions on Given the per-process nature of the switch and its repercussions on
semantics of all finalization callbacks, it is recommended that it is semantics of all finalization callbacks, it is recommended that it is
@ -118,7 +118,7 @@ doing so.
Non-goals Non-goals
========= ---------
This PEP does not address reentrancy issues with other kinds of This PEP does not address reentrancy issues with other kinds of
asynchronous code execution (for example signal handlers registered asynchronous code execution (for example signal handlers registered
@ -186,7 +186,7 @@ object when called inside a finalization callback in the GC thread.
Pseudo-code Pseudo-code
=========== -----------
Here is a proposed pseudo-code for the main primitives, public and internal, Here is a proposed pseudo-code for the main primitives, public and internal,
required for implementing this PEP. All of them will be implemented in C required for implementing this PEP. All of them will be implemented in C