-
|
E.g. adding a method I'm not sure whether it would be ok to create a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
@evguran Many thanks, it's very kind of you to spend the time and answer this. |
Beta Was this translation helpful? Give feedback.
Hi,
this name in the end comes to the function
https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_FromString
which creates a new reference,
so you may not be bothered about memory state imho