mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Close #19345: fix typo
This commit is contained in:
parent
ef3b1fbb2b
commit
3dd263faab
1 changed files with 2 additions and 2 deletions
|
@ -678,8 +678,8 @@ Deprecated Python modules, functions and methods
|
|||
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").
|
||||
* The ``PyThreadState.tick_counter`` field has been removed: its value was
|
||||
meaningless since Python 3.2 ("new GIL").
|
||||
|
||||
|
||||
Deprecated features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue