[Python-ideas] .pyu nicode syntax symbols (was Re: Empty set, Empty dict)

random832 at fastmail.us random832 at fastmail.us
Mon Jun 30 19:18:10 CEST 2014


On Sat, Jun 28, 2014, at 01:28, Chris Angelico wrote:
> empty_set_literal =
> type(lambda:0)(type((lambda:0).__code__)(0,0,0,3,67,b't\x00\x00d\x01\x00h\x00\x00\x83\x02\x00\x01d\x00\x00S',(None,"I'm

If you're embedding the entire compiler (in fact, a modified one) in
your tool, why not just output a .pyc?


More information about the Python-ideas mailing list