Message 242161 - Python tracker
Message242161
| Author | ncoghlan |
|---|---|
| Recipients | benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, nedbat, r.david.murray, rhettinger, sandro.tosi, sdougherty, swamiyeswanth, takayuki, terry.reedy |
| Date | 2015-04-27.23:37:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CADiSq7drnEhK7O11CnwA7geGC3AUQoTD44T2DGu1_r9USv8MfQ@mail.gmail.com> |
| In-reply-to | <1430168031.84.0.0862274041135.issue11205@psf.upfronthosting.co.za> |
| Content | |
|---|---|
The pyc issue suggests the magic number embedded in pyc files to indicate bytecode compatibility needs to be incremented. If I recall correctly, that lives in Lib/importlib/_bootstrap.py these days. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-27 23:37:09 | ncoghlan | set | recipients: + ncoghlan, gvanrossum, georg.brandl, rhettinger, terry.reedy, nedbat, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, sandro.tosi, swamiyeswanth, takayuki, sdougherty |
| 2015-04-27 23:37:09 | ncoghlan | link | issue11205 messages |
| 2015-04-27 23:37:09 | ncoghlan | create | |