Mailing List Archive

Embedded Python Memory Leaks
Hi Python team

Is any plan to try and fix memory leaks when embedding Python in a C/C++ application?

Thanks in advance,
Alexei
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/32RBAGTWWJDAJJ3EWAXGMQOPYOXH3TB5/
Code of Conduct: http://python.org/psf/codeofconduct/
Re: Embedded Python Memory Leaks [ In reply to ]
On Thu, Oct 6, 2022 at 12:48 PM <alexei73@hotmail.com> wrote:

> Hi Python team
>
> Is any plan to try and fix memory leaks when embedding Python in a C/C++
> application?
>

Please file issues on github with details if you find problems.

-gps
Re: Embedded Python Memory Leaks [ In reply to ]
Alexei is about about https://github.com/python/cpython/issues/96853

I suggest discussing the issue there.

Victor

On Thu, Oct 6, 2022 at 9:54 PM <alexei73@hotmail.com> wrote:
>
> Hi Python team
>
> Is any plan to try and fix memory leaks when embedding Python in a C/C++ application?
>
> Thanks in advance,
> Alexei
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-leave@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/32RBAGTWWJDAJJ3EWAXGMQOPYOXH3TB5/
> Code of Conduct: http://python.org/psf/codeofconduct/



--
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/FYF5MSMXQRFSYVJZFP3ZX277GGOQ7MFK/
Code of Conduct: http://python.org/psf/codeofconduct/