Message159116
My preference would also be for _frozen_importlib._bootstrap to overwrite as much evidence of itself as it can with the "real" one.
This would also mean that changes to importlib._bootstrap would actually take effect for user code almost immediately, *without* rebuilding Python, as the frozen version would *only* be used to get hold of the pure Python version. |
|
| Date |
User |
Action |
Args |
| 2012-04-24 04:40:18 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, pitrou, eric.smith, eric.snow |
| 2012-04-24 04:40:18 | ncoghlan | set | messageid: <[email protected]> |
| 2012-04-24 04:40:17 | ncoghlan | link | issue14657 messages |
| 2012-04-24 04:40:17 | ncoghlan | create | |
|