bpo-36710: Use tstate in pylifecycle.c by vstinner · Pull Request #14249 · python/cpython

@vstinner

In pylifecycle.c: pass tstate argument, rather than interp argument,
to functions.

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jun 21, 2019

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
In pylifecycle.c: pass tstate argument, rather than interp argument,
to functions.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
In pylifecycle.c: pass tstate argument, rather than interp argument,
to functions.