Message159238
> The patch causes crashes.
Yes, that's known.
First, we need to check, that we can only write tuple of cell objects or None in __closure__ (that's easy to add). Secondly, perhaps, we can check __closure__ correctness each time we start evaluating a code object. The latter would offer us better stability, but may also introduce some slowdowns -- need to find some time to implement and benchmark this. |
|
| Date |
User |
Action |
Args |
| 2012-04-24 23:52:18 | Yury.Selivanov | set | recipients:
+ Yury.Selivanov, ncoghlan, pitrou, benjamin.peterson, asvetlov, sbt |
| 2012-04-24 23:52:18 | Yury.Selivanov | set | messageid: <1335311538.7.0.736870688887.issue14369@psf.upfronthosting.co.za> |
| 2012-04-24 23:52:18 | Yury.Selivanov | link | issue14369 messages |
| 2012-04-24 23:52:18 | Yury.Selivanov | create | |
|