Message307414
So while CO_NOFREE is set in all versions with the example code, it appears only python 3.6 recognizes that flag and disallows the accessing of the __class__ cell. In this case the error message is bad because it implies that the __class__ cell is the wrong type. Disabling the flag when creating the code objects allows the above code to work. |
|
| Date |
User |
Action |
Args |
| 2017-12-01 22:45:59 | bup | set | recipients:
+ bup, ncoghlan |
| 2017-12-01 22:45:59 | bup | set | messageid: <1512168359.46.0.213398074469.issue32176@psf.upfronthosting.co.za> |
| 2017-12-01 22:45:59 | bup | link | issue32176 messages |
| 2017-12-01 22:45:59 | bup | create | |
|