Message297482
On other side, issue23203 fixed just a symptom. The issue is reproduced in master when replace "import foobar.submodule as foo" with "import foobar.submodule; foo = foobar.submodule".
The regression may be related to issue22557. Either the optimization introduced a bug, or it exposed an existing bug by changing timings. |
|
| Date |
User |
Action |
Args |
| 2017-07-01 16:38:52 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, RazerM, SamueleSanti |
| 2017-07-01 16:38:52 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-07-01 16:38:52 | serhiy.storchaka | link | issue30814 messages |
| 2017-07-01 16:38:52 | serhiy.storchaka | create | |
|