Bug 38284 - Сломано присваивание
Summary: Сломано присваивание
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ipython3 (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-27 07:48 MSK by Aleksey Borisenkov
Modified: 2020-09-18 08:28 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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, теперь работает, спасибо.