Victor Stinner
Victor Stinner
I don't maintain this project anymore, I'm looking for a new maintainer.
I don't actively maintain this project: http://unmaintained.tech/ If you produce a pull request, I will review it ;-)
> I'm glad to do some work for the maintainance of the vulnerability information if needed. @vstinner I'm maintaining https://python-security.readthedocs.io/ manually. Do you want to propose a PR to document...
Oh, python-security didn't support GitHub issues. I just added for that in commit 061bf84761170fa7ab722b7c043b5fc1b7808d29.
> Sure, I would like to learn the workflow of this project first and then try to propose a PR. It won't take long. Usually, I copy the template at...
> Maybe I need to update python_releases.txt first So far, I was too late to automate updating this file. I updated it manually.
> And I want to sort out some similar questions encountered in the process of work. This will provide convenience for others who want to contribute to this repo. Please...
FYI this project is no longer maintained and is looking for a new maintainer.
I created two issues to track this upstream: * https://bugs.python.org/issue40512: "Meta issue: per-interpreter GIL" * https://bugs.python.org/issue40513: "Move _PyRuntimeState.ceval to PyInterpreterState"
A workaround is to disable pymalloc. It can even be done by setting PYTHONMALLOC env var to "malloc" for example. libc malloc() is thread safe.