You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to show how one would implement more complex layouts with that (if they are planned to be supported in this design?), like NumPy array.
See: faster-cpython/ideas#553
Mark's proposal has several advantages, like:
tp_traverse
andtp_clear
automaticallyPyObject
,PyListObject
, ...) no longer need to be exposedThe text was updated successfully, but these errors were encountered: