| Summary: | Сломано присваивание | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Aleksey Borisenkov <grizlik78> |
| Component: | ipython3 | Assignee: | Anton Farygin <rider> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | iv, rider, toni |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
Upstream: https://github.com/ipython/ipython/issues/11590 https://github.com/ipython/ipython/pull/11593 В Сизифе, наконец, 7.18.1, теперь работает, спасибо. |
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