Skip to content

Commit

Permalink
apply a couple more review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Oct 23, 2023
1 parent bd51aa3 commit e54c36e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions peps/pep-0733.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ describes this complex state of affairs in terms of the
actions that different stakeholders need to perform through
the C API.

Universal Actions for All Stakeholders
--------------------------------------
Common Actions for All Stakeholders
-----------------------------------

There are actions which are generic, and required by
all types of API users:
Expand All @@ -129,17 +129,16 @@ all types of API users:
* Introspect objects, including types, instances, and functions
* Raise and handle exceptions
* Import modules
* Manage threads
* Manage sub-interpreters
* Handle and send signals
* Access to Python's OS interface

The following sections look at the unique requirements of various stakeholders.

Extension Writers
-----------------

Extension writers are the traditional users of the C API. Their requirements
are the universal actions listed above.
are the common actions listed above.

Authors of Embedded Python Applications
---------------------------------------
Expand Down

0 comments on commit e54c36e

Please sign in to comment.