Добавить тестирование пустых байтов
https://github.com/python/cpython/issues/131357
#cpython #tests
b""
в разные C-API тесты в нашем наборе тестов.https://github.com/python/cpython/issues/131357
#cpython #tests
GitHub
Add more tests for zero-sized bytes objects in `capi` tests · Issue #131357 · python/cpython
Bug report Quoting @picnixz: #131343 (comment) We could add more 0-size bytes tests in other functions as well I think. For instance PyBytes_FromObject(b'') is not tested. PRs are welcome!
🔥2