Skip to content

Commit

Permalink
review comment from Ronald
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Oct 20, 2023
1 parent 4d849c5 commit 0526962
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions peps/pep-0733.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ paradigms or languages, such as
`PyGObject <https://pygobject.readthedocs.io/en/latest/>`__ for GTK,
`Pygolo <https://gitlab.com/pygolo/py>`__ for Go,
`PyJNIus <https://github.com/kivy/pyjnius/>`__ for Java,
`PyObjC <https://pyobjc.readthedocs.io>`__ for Objective-C,
`SWIG <https://swig.org/>`__ for C/C++, or
`Python.NET <https://github.com/pythonnet/pythonnet>`__ for .NET (C#).

Expand Down Expand Up @@ -380,8 +381,8 @@ or pointers to parts of the internal structure of an object
(such as ``PyBytes_AsString``)
[`Issue 57 <https://github.com/capi-workgroup/problems/issues/57>`__].
In both cases, the reference/pointer is valid for as long as the
owning object is alive, but this time is hard to reason about. Such
functions should not exist in the API without a mechanism that can
owning object holds the reference, but this time is hard to reason about.
Such functions should not exist in the API without a mechanism that can
make them safe.

For containers, the API is currently missing bulk operations on the
Expand Down

0 comments on commit 0526962

Please sign in to comment.