Files
ruff/crates/ruff_python_ast/src
Teodoro Freund b9c8113a8a Added bytes type and some inference (#13061)
## Summary

This PR adds the `bytes` type to red-knot:
- Added the `bytes` type
- Added support for bytes literals
- Support for the `+` operator

Improves on #12701 

Big TODO on supporting and normalizing r-prefixed bytestrings
(`rb"hello\n"`)

## Test Plan

Added a test for a bytes literals, concatenation, and corner values
2024-08-22 13:27:15 -07:00
..
2024-07-30 19:18:08 +00:00
2023-07-27 09:29:11 +00:00
2024-07-30 19:18:08 +00:00
2023-08-07 16:04:50 +00:00
2024-07-30 19:18:08 +00:00