Message158951
| Author | eric.snow |
|---|---|
| Recipients | Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev |
| Date | 2012-04-22.07:41:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1335080493.54.0.479694619507.issue13959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ported _imp.reload() (Python/import.c) to Lib/imp.py. Included is the change to PyImport_ReloadModule() to make it simply a wrapper around the pure Python imp.reload(). There's a good chance I don't have this right or that I have some reference leak. I haven't worked a ton on the C side of Python (sounds tropical). This patch also removes 'modules_reloading' from the interpreter state, since it's no longer used anywhere (see issue14618). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-22 07:41:34 | eric.snow | set | recipients: + eric.snow, brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, berker.peksag |
| 2012-04-22 07:41:33 | eric.snow | set | messageid: <1335080493.54.0.479694619507.issue13959@psf.upfronthosting.co.za> |
| 2012-04-22 07:41:32 | eric.snow | link | issue13959 messages |
| 2012-04-22 07:41:32 | eric.snow | create | |