Victor Stinner

Results 57 issues of Victor Stinner

Add _Py_IsImmortalLoose() function for assertions. * Issue: gh-121528

awaiting core review
skip news
needs backport to 3.13

* Issue: gh-121645 ---- 📚 Documentation preview 📚: https://cpython-previews--121646.org.readthedocs.build/

awaiting core review
topic-C-API

# Feature or enhancement Python 3.13 alpha 1 removed the private `_PyBytes_Join(sep, iterable)` function which calls `sep.join(iterable)`. mypyc uses it. Since we already have `PyUnicode_Join(sep, iterable)`, I propose to add...

type-feature
topic-C-API

Hi, While trying to update requirements to fix a security issue, I upgrade buildbot from 3.x to 4.0: https://github.com/python/buildmaster-config/pull/497 The `./venv/bin/buildbot upgrade-master /data/buildbot/master` command was run by Salt and the...

---- 📚 Documentation preview 📚: https://pep-previews--3862.org.readthedocs.build/

PR created to check if it's possible to implement these functions in pythoncapi-compat for Python 3.13 and older.

The following functions used by mod_wsgi are deprecated: * PySys_AddWarnOption() * Py_SetProgramName() * Py_SetPythonHome() Replace deprecated functions with the PyConfig API on Python 3.8. On error (usually memory allocation failure),...