New submission from STINNER Victor <vstin...@redhat.com>:

Add _PyInterpreterState_Get() helper function: IMHO it's more explicit to call 
_PyInterpreterState_Get() than having to write PyThreadState_GET()->interp or 
PyThreadState_Get()->interp.

----------
components: Interpreter Core
messages: 322827
nosy: eric.snow, vstinner
priority: normal
severity: normal
status: open
title: Add _PyInterpreterState_Get() helper function
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34301>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to