diff options
| author | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2024-11-06 11:17:43 +0100 |
|---|---|---|
| committer | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2024-12-09 15:08:12 +0100 |
| commit | 09e0acbad03601158a252a4c5d7f15585d6b52ce (patch) | |
| tree | 8bbe30bcdc9826cf75b08aec4945687b59caf736 /sources/pyside6/doc/developer | |
| parent | 83d745497f4d2db0c95e1b3586049b9d68848f7d (diff) | |
limited api: Remove PyCFunction_GET_FUNCTION, PyCFunction_GET_SELF, and PyCFunction_GET_FLAGS
Removing old compatibility macros from the initial limited api
implementation.
Change-Id: I3044609ade36b5b378de05934eab8a098450f42f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc/developer')
| -rw-r--r-- | sources/pyside6/doc/developer/limited_api.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/pyside6/doc/developer/limited_api.rst b/sources/pyside6/doc/developer/limited_api.rst index a32b73fe2..59a116277 100644 --- a/sources/pyside6/doc/developer/limited_api.rst +++ b/sources/pyside6/doc/developer/limited_api.rst @@ -84,13 +84,9 @@ Needed to avoid the GIL when accessing dictionaries. methodobject.h ~~~~~~~~~~~~~~ -``PyCFunction_GET_FUNCTION``, ``PyCFunction_GET_SELF`` and ``PyCFunction_GET_FLAGS`` -were redefined as function calls. - Direct access to the methoddef structure is not available, and we defined ``PepCFunction_GET_NAMESTR`` as accessor for name strings. - pythonrun.h ~~~~~~~~~~~ |
