Ticket #2040 (closed bug: fixed)
load_ bytecode with a unicode string fails
Reported by: | jonathan | Owned by: | nwellnhof |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 3.1.0 |
Severity: | high | Keywords: | |
Cc: | Language: | ||
Patch status: | applied | Platform: | all |
Description
If you pass in a unicode string to load_bytecode, it calls parrot_split_path_ext with that string, which in turn tries to use rindex, which ends up in src/string/encoding/shared.c's encoding_rindex...which is not implemented. Not so good.
Change History
Note: See
TracTickets for help on using
tickets.