You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
And reinstate source to a current 3.3 bug (which we don't detect). But at least it is noted for future work.
4 lines
134 B
Python
4 lines
134 B
Python
# Test of building map via kv rules
|
|
aa = 'aa'
|
|
dict0 = {'a': 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa','b': 1234,'d': aa,aa: aa}
|