消息 [158362]
Just because I was thinking about it, I wonder if necessarily all the frozen stuff really needs to stay in import.c. I mean a frozen module is really just an entry in an array of structs that has a name of an char*[]. I don't see why one couldn't simply have a get_frozen_bytes() method to convert that char*[] into a bytes object and use that to construct a module in pure Python code. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-04-15 19:57:27 | brett.cannon | 修改 | recipients:
+ brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, eric.snow |
| 2012-04-15 19:57:27 | brett.cannon | 修改 | messageid: <1334519847.55.0.00153269986068.issue13959@psf.upfronthosting.co.za> |
| 2012-04-15 19:57:26 | brett.cannon | 链接 | issue13959 messages |
| 2012-04-15 19:57:26 | brett.cannon | 创建 | |
|