You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
7 lines
271 B
Python
7 lines
271 B
Python
# Bug from Python 3.3 codecs.py
|
|
# Bug is in 3.3 handling of this complicated parameter list
|
|
def __new__(cls, encode, decode, streamreader=None, streamwriter=None,
|
|
incrementalencoder=None, incrementaldecoder=None, name=None,
|
|
*, _is_text_encoding=None):
|
|
return
|