Lichen

tests/locale.py

588:316c1c90b643
2017-02-17 Paul Boddie Eliminated superfluous accessor instructions loading static invocation targets. Added a test of nested calls employing explicitly retained contexts. method-wrapper-for-context
     1 import locale     2      3 print locale.getlocale()     4 print locale.initlocale()     5 print locale.getlocale()     6 print locale.setlocale(locale.LC_CTYPE, "en_GB.UTF-8")     7 print locale.getlocale()