Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18770
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-01-10 08:33 -0800 |
| References | <mailman.4565.1326157245.27778.python-list@python.org> |
| Subject | Re: codecs in a chroot / without fs access |
| From | Miki Tebeka <miki.tebeka@gmail.com> |
| Message-ID | <mailman.4604.1326213236.27778.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
codecs in a chroot / without fs access Philipp Hagemeister <phihag@phihag.de> - 2012-01-10 01:41 +0100 Re: codecs in a chroot / without fs access Miki Tebeka <miki.tebeka@gmail.com> - 2012-01-10 08:33 -0800 Re: codecs in a chroot / without fs access Miki Tebeka <miki.tebeka@gmail.com> - 2012-01-10 08:33 -0800 Re: codecs in a chroot / without fs access K Richard Pixley <rich@noir.com> - 2012-01-10 08:42 -0800
csiph-web