Message173105
"""To prevent initializing an extension module more than
once, we keep a static dictionary 'extensions' keyed by module name
(for built-in modules) or by filename (for dynamically loaded
modules), containing these modules.
"""
So there can be only one module per filename.
But what if this dictionary was keyed by tuple(name, filename) instead? |
|
| Date |
User |
Action |
Args |
| 2012-10-16 22:12:05 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, brett.cannon, ncoghlan, r.david.murray, docs@python, eudoxos |
| 2012-10-16 22:12:05 | amaury.forgeotdarc | set | messageid: <1350425525.33.0.998947499981.issue16194@psf.upfronthosting.co.za> |
| 2012-10-16 22:12:05 | amaury.forgeotdarc | link | issue16194 messages |
| 2012-10-16 22:12:05 | amaury.forgeotdarc | create | |
|