]> granicus.if.org Git - python/commit
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Mon, 1 Apr 2019 15:08:43 +0000 (18:08 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Apr 2019 15:08:43 +0000 (08:08 -0700)
commit8c61739defd88c7f79e86537886c33745843ce01
tree03dba2ea57e7e5527283390e997fce92aaf178af
parenta4d78362397fc3bced6ea80fbc7b5f4827aec55e
bpo-36157:Document PyInterpreterState_Main() (GH-12238)

I have added documentation for `PyInterpreterState_Main()`.
 I chose to place it under Advanced Debugger Support together with similar functions like `PyInterpreterState_Head()`, `PyInterpreterState_Next(`), and `PyInterpreterState_ThreadHead()` .

https://bugs.python.org/issue36157
Doc/c-api/init.rst
Misc/NEWS.d/next/Documentation/2019-03-08-15-39-47.bpo-36157.nF1pP1.rst [new file with mode: 0644]