Bug 38284

Summary: Сломано присваивание
Product: Sisyphus Reporter: Aleksey Borisenkov <grizlik78>
Component: ipython3Assignee: Anton Farygin <rider>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: iv, rider
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Aleksey Borisenkov 2020-03-27 07:48:38 MSK
In [1]: x = 1
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
/usr/lib64/python3.8/codeop.py in __call__(self, source, filename, symbol)
    134 
    135     def __call__(self, source, filename, symbol):
--> 136         codeob = compile(source, filename, symbol, self.flags, 1)
    137         for feature in _features:
    138             if codeob.co_flags & feature.compiler_flag:

TypeError: required field "type_ignores" missing from Module
Comment 2 Aleksey Borisenkov 2020-09-18 08:28:20 MSK
В Сизифе, наконец, 7.18.1, теперь работает, спасибо.