Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test 63-bit int with non-zero low bits
  • Loading branch information
Erlend E. Aasland committed Aug 12, 2021
commit 21022c2519daffeeaefa589e9107697e39f7cdef
1 change: 1 addition & 0 deletions Lib/sqlite3/test/userfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def test_func_params(self):
(42, int),
(-1, int),
(1234567890123456789, int),
(4611686018427387905, int), # 63-bit int with non-zero low bits
(3.14, float),
Comment thread
erlend-aasland marked this conversation as resolved.
(float('inf'), float),
("text", str),
Comment thread
erlend-aasland marked this conversation as resolved.
Expand Down