Message269565
Here is a reproducer for the first bug.
In Python 3.6:
$ ./python import_bug_1.py
1738
738
Fatal Python error: deallocating None
Current thread 0xb7552700 (most recent call first):
Aborted (core dumped)
In Python 3.5:
$ ./python import_bug_1.py
1709
Traceback (most recent call last):
File "import_bug_1.py", line 10, in <module>
from .foo import bar
SystemError: Parent module '' not loaded, cannot perform relative import |
|
Date |
User |
Action |
Args |
2016-06-30 08:43:24 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, ncoghlan, eric.snow |
2016-06-30 08:43:24 | serhiy.storchaka | set | messageid: <1467276204.15.0.833115394606.issue27419@psf.upfronthosting.co.za> |
2016-06-30 08:43:24 | serhiy.storchaka | link | issue27419 messages |
2016-06-30 08:43:23 | serhiy.storchaka | create | |
|