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.

classification
Title: Unclear phrasing in whatsnew/3.4.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vstinner Nosy List: docs@python, mgedmin, python-dev, vstinner
Priority: normal Keywords:

Created on 2013-10-22 09:53 by mgedmin, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg200909 - (view) Author: Marius Gedminas (mgedmin) * Date: 2013-10-22 09:53
Quoting http://docs.python.org/dev/whatsnew/3.4.html#deprecated-functions-and-types-of-the-c-api

> The PyThreadState.tick_counter field has been value: its value was meaningless since Python 3.2 (“new GIL”).

I've no idea what "has been value" is supposed to be.  Perhaps "has been deprecated"?

No patch this time since I'm not sure what was meant here.
msg200971 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2013-10-22 15:49
> The PyThreadState.tick_counter field has been value: its value was meaningless since Python 3.2 (“new GIL”).

oops, "has been removed" :-)
msg201043 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-23 16:55
New changeset 5e606f093d8f by Victor Stinner in branch 'default':
Close #19345: fix typo
http://hg.python.org/cpython/rev/5e606f093d8f
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63544
2013-10-23 16:55:14python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg201043

resolution: fixed
stage: resolved
2013-10-23 14:22:11pitrousetassignee: docs@python -> vstinner
2013-10-22 15:49:23vstinnersetmessages: + msg200971
2013-10-22 15:41:05pitrousetnosy: + vstinner
2013-10-22 09:53:43mgedmincreate