@@ -277,6 +277,7 @@ c:function
277277 PyFloat_Unpack2 c-api/float.html#c.PyFloat_Unpack2
278278 PyFloat_Unpack4 c-api/float.html#c.PyFloat_Unpack4
279279 PyFloat_Unpack8 c-api/float.html#c.PyFloat_Unpack8
280+ PyFrame_Check c-api/frame.html#c.PyFrame_Check
280281 PyFrame_GetBack c-api/frame.html#c.PyFrame_GetBack
281282 PyFrame_GetBuiltins c-api/frame.html#c.PyFrame_GetBuiltins
282283 PyFrame_GetCode c-api/frame.html#c.PyFrame_GetCode
@@ -1510,6 +1511,7 @@ c:functionParam
15101511 PyFloat_Unpack4.p c-api/float.html#c.PyFloat_Unpack4
15111512 PyFloat_Unpack8.le c-api/float.html#c.PyFloat_Unpack8
15121513 PyFloat_Unpack8.p c-api/float.html#c.PyFloat_Unpack8
1514+ PyFrame_Check.obj c-api/frame.html#c.PyFrame_Check
15131515 PyFrame_GetBack.frame c-api/frame.html#c.PyFrame_GetBack
15141516 PyFrame_GetBuiltins.frame c-api/frame.html#c.PyFrame_GetBuiltins
15151517 PyFrame_GetCode.frame c-api/frame.html#c.PyFrame_GetCode
@@ -2850,6 +2852,7 @@ c:member
28502852 PyDateTime_TimeZone_UTC c-api/datetime.html#c.PyDateTime_TimeZone_UTC
28512853 PyDict_Type c-api/dict.html#c.PyDict_Type
28522854 PyFloat_Type c-api/float.html#c.PyFloat_Type
2855+ PyFrame_Type c-api/frame.html#c.PyFrame_Type
28532856 PyFrozenSet_Type c-api/set.html#c.PyFrozenSet_Type
28542857 PyFunction_Type c-api/function.html#c.PyFunction_Type
28552858 PyGen_Type c-api/gen.html#c.PyGen_Type
@@ -3857,6 +3860,7 @@ py:attribute
38573860 sqlite3.Cursor.connection library/sqlite3.html#sqlite3.Cursor.connection
38583861 sqlite3.Cursor.description library/sqlite3.html#sqlite3.Cursor.description
38593862 sqlite3.Cursor.lastrowid library/sqlite3.html#sqlite3.Cursor.lastrowid
3863+ sqlite3.Cursor.row_factory library/sqlite3.html#sqlite3.Cursor.row_factory
38603864 sqlite3.Cursor.rowcount library/sqlite3.html#sqlite3.Cursor.rowcount
38613865 sqlite3.Error.sqlite_errorcode library/sqlite3.html#sqlite3.Error.sqlite_errorcode
38623866 sqlite3.Error.sqlite_errorname library/sqlite3.html#sqlite3.Error.sqlite_errorname
@@ -13347,6 +13351,7 @@ std:label
1334713351 action library/argparse.html#action
1334813352 advanced-debugging Advanced Debugger Support : c-api/init.html#advanced-debugging
1334913353 allocating-objects Allocating Objects on the Heap : c-api/allocation.html#allocating-objects
13354+ allocator-domains c-api/memory.html#id1
1335013355 allos Generic Operating System Services : library/allos.html#allos
1335113356 allow_abbrev library/argparse.html#allow-abbrev
1335213357 and Boolean operations : reference/expressions.html#and
@@ -13363,6 +13368,7 @@ std:label
1336313368 api-reference API Reference : distutils/apiref.html#api-reference
1336413369 api-types Types : c-api/intro.html#api-types
1336513370 apiabiversion API and ABI Versioning : c-api/apiabiversion.html#apiabiversion
13371+ applications Applications : library/struct.html#applications
1336613372 arbitrary-object-messages Using arbitrary objects as messages : howto/logging.html#arbitrary-object-messages
1336713373 archiving Data Compression and Archiving : library/archiving.html#archiving
1336813374 archiving-operations Archiving operations : library/shutil.html#archiving-operations
@@ -13617,6 +13623,7 @@ std:label
1361713623 ctypes-calling-functions Calling functions : library/ctypes.html#ctypes-calling-functions
1361813624 ctypes-calling-functions-continued Calling functions, continued : library/ctypes.html#ctypes-calling-functions-continued
1361913625 ctypes-calling-functions-with-own-custom-data-types Calling functions with your own custom data types: library/ctypes.html#ctypes-calling-functions-with-own-custom-data-types
13626+ ctypes-calling-variadic-functions Calling varadic functions : library/ctypes.html#ctypes-calling-variadic-functions
1362013627 ctypes-ctypes-reference ctypes reference : library/ctypes.html#ctypes-ctypes-reference
1362113628 ctypes-ctypes-tutorial ctypes tutorial : library/ctypes.html#ctypes-ctypes-tutorial
1362213629 ctypes-data-types Data types : library/ctypes.html#ctypes-data-types
@@ -13806,8 +13813,8 @@ std:label
1380613813 entry-points Entry points : library/importlib.metadata.html#entry-points
1380713814 enum-advanced-tutorial Programmatic access to enumeration members and their attributes: howto/enum.html#enum-advanced-tutorial
1380813815 enum-basic-tutorial howto/enum.html#enum-basic-tutorial
13809- enum-class-differences How are Enums different? : howto/enum.html#enum-class-differences
13810- enum-cookbook howto/enum.html#enum-cookbook
13816+ enum-class-differences How are Enums and Flags different? : howto/enum.html#enum-class-differences
13817+ enum-cookbook Enum Cookbook : howto/enum.html#enum-cookbook
1381113818 enum-time-period TimePeriod : howto/enum.html#enum-time-period
1381213819 enumtype-examples Subclassing EnumType : howto/enum.html#enumtype-examples
1381313820 epoch library/time.html#epoch
@@ -13973,6 +13980,7 @@ std:label
1397313980 implementing-the-arithmetic-operations Implementing the arithmetic operations : library/numbers.html#implementing-the-arithmetic-operations
1397413981 implicit-joining Implicit line joining : reference/lexical_analysis.html#implicit-joining
1397513982 import The import statement : reference/simple_stmts.html#import
13983+ import-distribution-package-mapping Mapping import to distribution packages : library/importlib.metadata.html#import-distribution-package-mapping
1397613984 import-dunder-main Special considerations for __main__ : reference/import.html#import-dunder-main
1397713985 import-mod-attrs Import-related module attributes : reference/import.html#import-mod-attrs
1397813986 importing Importing Modules : c-api/import.html#importing
@@ -14290,6 +14298,7 @@ std:label
1429014298 otherlicenses Licenses and Acknowledgements for Incorporated Software: license.html#otherlicenses
1429114299 otherobjects Function Objects : c-api/concrete.html#otherobjects
1429214300 ownershiprules Ownership Rules : extending/extending.html#ownershiprules
14301+ package-distributions Mapping import to distribution packages : library/importlib.metadata.html#package-distributions
1429314302 package-index The Python Package Index (PyPI) : distutils/packageindex.html#package-index
1429414303 package-path-rules module.__path__ : reference/import.html#package-path-rules
1429514304 parenthesized Parenthesized forms : reference/expressions.html#parenthesized
@@ -14417,6 +14426,7 @@ std:label
1441714426 raise The raise statement : reference/simple_stmts.html#raise
1441814427 random-examples Examples : library/random.html#random-examples
1441914428 rawconfigparser-objects RawConfigParser Objects : library/configparser.html#rawconfigparser-objects
14429+ re-conditional-expression library/re.html#re-conditional-expression
1442014430 re-examples Regular Expression Examples : library/re.html#re-examples
1442114431 re-objects Regular Expression Objects : library/re.html#re-objects
1442214432 re-syntax Regular Expression Syntax : library/re.html#re-syntax
@@ -14540,6 +14550,7 @@ std:label
1454014550 sqlite3-default-converters Default adapters and converters : library/sqlite3.html#sqlite3-default-converters
1454114551 sqlite3-exceptions Exceptions : library/sqlite3.html#sqlite3-exceptions
1454214552 sqlite3-explanation Explanation : library/sqlite3.html#sqlite3-explanation
14553+ sqlite3-howto-row-factory How to create and use row factories : library/sqlite3.html#sqlite3-howto-row-factory
1454314554 sqlite3-howtos How-to guides : library/sqlite3.html#sqlite3-howtos
1454414555 sqlite3-intro library/sqlite3.html#sqlite3-intro
1454514556 sqlite3-module-constants Module constants : library/sqlite3.html#sqlite3-module-constants
@@ -14580,7 +14591,9 @@ std:label
1458014591 struct-alignment Byte Order, Size, and Alignment : library/struct.html#struct-alignment
1458114592 struct-examples Examples : library/struct.html#struct-examples
1458214593 struct-format-strings Format Strings : library/struct.html#struct-format-strings
14594+ struct-native-formats Native Formats : library/struct.html#struct-native-formats
1458314595 struct-objects Classes : library/struct.html#struct-objects
14596+ struct-standard-formats Standard Formats : library/struct.html#struct-standard-formats
1458414597 sub-interpreter-support Sub-interpreter support : c-api/init.html#sub-interpreter-support
1458514598 sub-slots c-api/typeobj.html#sub-slots
1458614599 subclassing-reprs Subclassing Repr Objects : library/reprlib.html#subclassing-reprs
0 commit comments