Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since b"" is not mutable it causes python to allocate and deallocate memory repeatedly in the for loop which cause hang/long runtime when handle very large string. For example when using add_js(javascript) to to add a very big `javascript` bytestring.
- Loading branch information