Berry remove global 'b' (#23433)

This commit is contained in:
s-hadinger 2025-05-17 10:13:15 +02:00 committed by GitHub
parent 1ee3d8c079
commit 65b1c9668f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,5 @@ python_compat.init = def (m)
global.True = true global.True = true
global.False = false global.False = false
global.None = nil global.None = nil
global.b = bytes
return m return m
end end