[issue29126] Fix comments about _PyThreadState_Current

2021-06-15 Thread Irit Katriel
Irit Katriel added the comment: These comments have been removed in the meantime, here: https://github.com/python/cpython/commit/59d3dce69b0a4f6ee17578ae68037cc7ae90936f -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed __

[issue29126] Fix comments about _PyThreadState_Current

2016-12-31 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue29126] Fix comments about _PyThreadState_Current

2016-12-31 Thread Jim Nasby
New submission from Jim Nasby: Attached patch fixes two comments in dictobject.c referring to no longer exposed _PyThreadState_Current variable. I also tweaked the grammar for that issue in NEWS, since it came up in my search. Apologies if that's considered gratuitous noise. -- compon