We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d816f7 commit 8945017Copy full SHA for 8945017
Doc/c-api/structures.rst
@@ -292,7 +292,8 @@ definition with the same method name.
292
293
:attr:`flags` can be ``0`` for write and read access or :c:macro:`READONLY` for
294
read-only access. Using :c:macro:`T_STRING` for :attr:`type` implies
295
- :c:macro:`READONLY`. Only :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX`
+ :c:macro:`READONLY`. :c:macro:`T_STRING` data is interpreted as UTF-8.
296
+ Only :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX`
297
members can be deleted. (They are set to *NULL*).
298
299
0 commit comments