mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
PyPy already supports Python 3 (GH-18774)
This commit is contained in:
parent
8767ce92d2
commit
7598a93139
1 changed files with 1 additions and 2 deletions
|
@ -1086,8 +1086,7 @@ need:
|
|||
| | :func:`sys._getframe`, which may help |
|
||||
| | to speed up your code in environments |
|
||||
| | like PyPy (which can't speed up code |
|
||||
| | that uses :func:`sys._getframe`), if |
|
||||
| | and when PyPy supports Python 3.x. |
|
||||
| | that uses :func:`sys._getframe`). |
|
||||
+-----------------------------------------------+----------------------------------------+
|
||||
| Threading information. | Set ``logging.logThreads`` to ``0``. |
|
||||
+-----------------------------------------------+----------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue