From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/python~3.12/c-api%2Fabstract.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devdocs/python~3.12/c-api%2Fabstract.html (limited to 'devdocs/python~3.12/c-api%2Fabstract.html') diff --git a/devdocs/python~3.12/c-api%2Fabstract.html b/devdocs/python~3.12/c-api%2Fabstract.html deleted file mode 100644 index fd257b4e..00000000 --- a/devdocs/python~3.12/c-api%2Fabstract.html +++ /dev/null @@ -1,11 +0,0 @@ -

Abstract Objects Layer

The functions in this chapter interact with Python objects regardless of their type, or with wide classes of object types (e.g. all numerical types, or all sequence types). When used on object types for which they do not apply, they will raise a Python exception.

It is not possible to use these functions on objects that are not properly initialized, such as a list object that has been created by PyList_New(), but whose items have not been set to some non-NULL value yet.

-

- © 2001–2023 Python Software Foundation
Licensed under the PSF License.
- https://docs.python.org/3.12/c-api/abstract.html -

-
-- cgit v1.2.3