Message 260217 - Python tracker
Message260217
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, vstinner, yselivanov |
| Date | 2016-02-13.00:30:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1455323436.0.0.0949336219565.issue26145@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch version 6: updated to the new code_transformer() API, it now takes a code object as input and must return a new code object. Sadly, it looks like there are reference leaks (try: ./python -m test -R 3:3 test_import). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-02-13 00:30:37 | vstinner | set | recipients: + vstinner, brett.cannon, yselivanov |
| 2016-02-13 00:30:36 | vstinner | set | messageid: <1455323436.0.0.0949336219565.issue26145@psf.upfronthosting.co.za> |
| 2016-02-13 00:30:35 | vstinner | link | issue26145 messages |
| 2016-02-13 00:30:35 | vstinner | create | |