codecs in a chroot / without fs access
Miki Tebeka
miki.tebeka at gmail.com
Tue Jan 10 11:33:53 EST 2012
More information about the Python-list mailing list
Tue Jan 10 11:33:53 EST 2012
- Previous message (by thread): codecs in a chroot / without fs access
- Next message (by thread): codecs in a chroot / without fs access
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Another option is to copy the data to the a location under the new chroot and register a new lookup functions (http://docs.python.org/library/codecs.html#codecs.register). This way you can save some memory.
- Previous message (by thread): codecs in a chroot / without fs access
- Next message (by thread): codecs in a chroot / without fs access
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list