Message113880
Antoine fixed #9589 by rewriting site.py code in C and calling it more much earlier: r83988.
This commit fixes the initial problem of this issue:
$ ./python -c 'import heapq; print(heapq.heapify)'
<built-in function heapify>
$ cat | ./python -c 'import heapq; print(heapq.heapify)'
<built-in function heapify>
Can we close this issue, or do you consider that it is still very important to not load too much modules at startup? |
|
Date |
User |
Action |
Args |
2010-08-14 09:40:45 | vstinner | set | recipients:
+ vstinner, lemburg, brett.cannon, rhettinger, mark.dickinson, ncoghlan, orsenthil, pitrou |
2010-08-14 09:40:45 | vstinner | set | messageid: <1281778845.22.0.231736714642.issue9548@psf.upfronthosting.co.za> |
2010-08-14 09:40:43 | vstinner | link | issue9548 messages |
2010-08-14 09:40:43 | vstinner | create | |
|