Skip to content

Commit

Permalink
Remove outdated PyPy statement, update Linux comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 21, 2025
1 parent a5c11c6 commit 63c4126
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/resource/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,7 @@ Examples for some Python runtimes:
| CPython 3.8.6 on Linux | cpython | 3.8.6 | 3.8.6 (default, Sep 30 2020, 04:00:38) <br>[GCC 10.2.0] |
| PyPy 3 7.3.17 on Linux | pypy | 7.3.17 | 3.10.14 (39dc8d3c85a7, Aug 27 2024, 14:32:27)<br>[PyPy 7.3.17 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)] |

Note that on Linux, there is an actual newline in the `sys.version` string,
and the CPython string had a trailing space in the first line.

Pypy provided a CPython-compatible version in `sys.implementation.version` instead of the actual implementation version which is available in `sys.version`.
Note that on GCC/Clang Linux builds (up to and 3.9), there is an actual newline in the `sys.version` string.

### Ruby Runtimes

Expand Down

0 comments on commit 63c4126

Please sign in to comment.