Message165924
That was a *lot* harder than I expected to create a test for - I had to import importlib right at the start of regrtest, as well as tweak the import order in runpy, and doing so actually caused test_import to *crash* completely without the bug fixed.
The trick was realising that *anything* importing imp before importlib would mask the bug. |
|
| Date |
User |
Action |
Args |
| 2012-07-20 13:50:00 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, georg.brandl, Arfrever, meador.inge, python-dev |
| 2012-07-20 13:49:59 | ncoghlan | set | messageid: <[email protected]> |
| 2012-07-20 13:49:59 | ncoghlan | link | issue15386 messages |
| 2012-07-20 13:49:58 | ncoghlan | create | |
|