Message258591
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2016-01-19.12:51:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453207869.78.0.562485527119.issue26098@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch version 3: * guards are now tracked by the garbage collector. That's a very important requirements to not change the Python semantics at exit, when a guard keeps a strong reference to the global namespace: https://mail.python.org/pipermail/python-dev/2016-January/142792.html * add more tests: call specialize() with invalid types, set __code__ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-19 12:51:09 | vstinner | set | recipients: + vstinner |
| 2016-01-19 12:51:09 | vstinner | set | messageid: <1453207869.78.0.562485527119.issue26098@psf.upfronthosting.co.za> |
| 2016-01-19 12:51:09 | vstinner | link | issue26098 messages |
| 2016-01-19 12:51:09 | vstinner | create | |