Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The previous pr is #2714 (1 month ago)
What's changed from v2.0.1 to v2.0.4
v2.0.2
random
module which uses a wrong initial seed.py_switchvm
.PK_ENABLE_OS
and addPK_BUILD_WITH_IPO
to cmake options.conio
module which provides_kbhit
and_getch
functions for desktop platforms.True not False
bug of parser.**
associativity bug.2**2**3
now evaluates to 256 instead of 64.__float__
and__int__
and__round__
.py_bindstaticmethod
.str.split
. It behaves the same as cpython now.vec*
unpack, e.g.x, y = vec2i(1, 2)
.v2.0.3
int | None
.dict
#defines
array2d
super
v2.0.4
pickle
module()
json
Full Changelog: pocketpy/pocketpy@v2.0.1...v2.0.4