Python implementation: ``` >>> URL('/%/%25') URL('/%25/%25') ``` Cython implementation: ``` >>> URL('/%/%25') URL('/%25/%2525') ```
Python implementation:
Cython implementation: