Update test_long.py from Cpython v3.11.2 by Masorubka1 · Pull Request #4840 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Merged
Merged
Conversation
fanninpm
reviewed
Comment on lines +397 to +398
| with self.assertWarns(DeprecationWarning): | ||
| self.assertEqual(int(LongTrunc()), 1729) |
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a look at vm/src/protocol/number.rs, and see if you can make that DeprecationWarning show up.
cc @qingshi163
DimitrisJim
mentioned this pull request
youknowone
force-pushed
the
test_long.py
branch
from
a089ca7 to
d6350c6
Compare
youknowone
approved these changes
youknowone
merged commit
507e103
into
RustPython:main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment