test_sqlite3.test_dbapi
: test_deserialize_too_much_data_64bit
uses undefined size
(and requires 24 Exabytes of RAM)
#93117
Labels
Bug report
In a755124 (GH-26728, v3.11.0a7), @erlend-aasland added a
test_deserialize_too_much_data_64bit
, which would instantly raise aNameError
forsize
if run:cpython/Lib/test/test_sqlite3/test_dbapi.py
Lines 629 to 634 in b2694ab
...however, it's never actually run, because it's skipped on machines with less than 24 Exabytes (!) of RAM:
(Found by running
flake8
overLib/
out of curiosity, see #93010 (comment))The text was updated successfully, but these errors were encountered: