This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients aeros, eric.snow, vstinner
Date 2019-12-17.15:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7Bsykz9zaW0tPWofGxTsr_xXoduugHj=-1LUjU+Q+SLiA@mail.gmail.com>
In-reply-to <1576292881.15.0.856522308314.issue37224@roundup.psfhosted.org>
Content
On Fri, Dec 13, 2019 at 8:08 PM Kyle Stanley <report@bugs.python.org> wrote:
> Yeah, I named it "_PyInterpreterIsFinalizing" and it's within Include/cpython. Definitely open
> to suggestions on the name though, it's basically just a private getter for interp->finalizing.

For a struct-specific getter we usually end the prefix with an
underscore: _PyInterpreter_IsFinalizing.  Otherwise, that's the same
name I would have used. :)

> Oh, awesome! In that case, I'll do some more rigorous testing before opening the PR then;
> [snip]
> This might be a bit of a time consuming process, but I should have time in the next week
> or so to work on it.

No worries (or hurries).  Just request a review from me when you're
ready.  Thanks again for working on this!
History
Date User Action Args
2019-12-17 15:52:50eric.snowsetrecipients: + eric.snow, vstinner, aeros
2019-12-17 15:52:50eric.snowlinkissue37224 messages
2019-12-17 15:52:49eric.snowcreate